Yuml.me plugin for Dokuwiki --------------------------- I've adapted this Dokuwiki plugin by StevenGhyselbrecht (https://github.com/StevenGhyselbrecht/dokuwiki-plugin-yuml) because I needed to turn my Yuml.me diagrams on their side. This is my first Dokuwiki-plugin. Feedback is appreciated. As per the original, this plugin currently only supports use case, class diagrams and activity diagrams. <usecase [plain|nofunky|scruffy[;]][dir:[td|lr][;]][scale:75]> Use case diagram code here! </usecase> <classdiagram [plain|nofunky|scruffy[;]][dir:[td|lr][;]][scale:75]> Class diagram code here! </classdiagram> <activitydiagram [plain|nofunky|scruffy[;]][dir:[td|lr][;]][scale:75]> Activity diagram code here! </activitydiagram>