# RTE: cleanup imported document code

**URL:** <https://meta.discourse.org/t/rte-cleanup-imported-document-code/386713>\
**Category:** Feature\
**Tags:** composer\
**Created:** [October 25, 2025, 7:20am UTC](https://meta.discourse.org/t/rte-cleanup-imported-document-code/386713 "2025-10-25T07:20:20Z")\
**Posts on this page:** 1\
**Showing post:** 4

<div class="post-metadata">

**Author:** ![Thomas\_Rother](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thomas_rother/32/423597_2.png) [@Thomas\_Rother](https://meta.discourse.org/u/Thomas_Rother)\
**Post date:** [October 26, 2025, 7:14am UTC](https://meta.discourse.org/t/rte-cleanup-imported-document-code/386713/4 "2025-10-26T07:14:01Z")

</div>

Its not **that** many, but maybe enough, to think about a script-based/programatic solution. The tricky thing is that the code is dokuwiki syntax ( [https://www.dokuwiki.org/wiki:syntax](https://www.dokuwiki.org/wiki:syntax) ) plus enhanced UI code from a bootstrap3 template ([https://getbootstrap.com](https://getbootstrap.com)). It looks nice but I did not have content migration in mind when I’ve setted it up this way. The main issue is not the dokuwiki syntax, but the bootstrap

 … stuff. Code example:

`<div class="level1">&nbsp;</div> <h2 class="page-header pb-3 mb-4 mt-5">Plattenplatz ermitteln</h2> <div class="level2"> <p>Filtern auf ext4, was ist verf&uuml;gbar?</p> <pre class="code"> root@tokoeka ~ # df -h -t ext4 --total Filesystem Size Used Avail Use% Mounted on /dev/mapper/pve-root 196G 39G 148G 21% / /dev/md0 486M 400M 57M 88% /boot /dev/mapper/pve-data 3.0T 560G 2.3T 20% /mnt/data /dev/mapper/pve-backup 414G 40K 393G 1% /mnt/backup total 3.6T 598G 2.8T 18% - </pre> <p>&nbsp;</p> <p>Filtern auf ext4, was wird genutzt?</p> <pre class="code"> root@tokoeka ~ # df -h -t ext4 --output=used Used 39G 400M 560G 40K 598G </pre> <p>&nbsp;</p> </div>`

---

_[View the full topic](https://meta.discourse.org/t/rte-cleanup-imported-document-code/386713)._
