Description
Using the 'Icon' Macro to insert an icon forces a line break after the icon.
Example
Example Markup:
[[Icon(attention.png)]] ''Some Text''
Display as:
Some Text
Instead of:
<p><img ...> <strong>Some Text</strong></p>
Details
This wiki.
Workaround
Use [url]:
[http://moinmoin.wikiwikiweb.de/wiki/modern/img/attention.png] '''Some Text'''
http://moinmoin.wikiwikiweb.de/wiki/modern/img/attention.png Some Text
Even simpler solution, is to use smilies:
Some Text
Discussion
Plan
- Priority:
- Assigned to:
Status: same bug as MoinMoinBugs/MacroAtTopLevelAlwaysFollowedByParagraph, fixed in moin 1.5 refactor branch