add admonition in redmine
From idea https://github.com/dseifert/redmine_wiki_notes
with a Dockerfile
FROM redmine
WORKDIR /usr/src/redmine/plugins
RUN git clone https://github.com/fraoustin/redmine_admonition.git
WORKDIR /usr/src/redmine/
The following macros are added:
which can be used in one of three ways:
{{note(text with *wiki formatting*)}}
{{note
Alternately, you can put blocks of *wiki-formatted* text here.
}}
This displays a block in the wiki page with a corresponding
icon and the specified text.
This plugin is released under the GPLv2.