giterlizzi / dokuwiki-plugin-icons

Icons Plugin for DokuWiki
http://dokuwiki.org/plugin:icons
GNU General Public License v2.0
12 stars 12 forks source link

Feature: Make Icons in Headings possible #24

Closed fwolfst closed 4 years ago

fwolfst commented 4 years ago

If I enter an icon in a heading like

==  {{mdi>axis-x-y-arrow-lock}} Infos ==

the icon itself will not be rendered. Would be cool to have the icons embeddable in headings.

giterlizzi commented 4 years ago

Hi @fwolfst, the standard DokuWiki syntax don't permit other syntax inside headings... but you can use this workaround:

{{mdi>axis-x-y-arrow-lock?align=left}} ==  Infos ==

Joseph