Summary: Add markup for inline markup such as soft break, clear left, clear right, fractions
Created: 2010-09-05 20:31
Status: Open
Category: Feature
Assigned:
Priority: 4
Version: any
OS: n/a
Description:
Current PmWiki has markup for
break clear=both ([[<<]])
and new line (\\).
The new line markup only works when at the end of the line.
This issue requests the following additions to PmWiki markup
- add the markup
[[<]] to represent <br>, this has the advantage that it con be used within lines, eg in numbered and bulleted lists
- add the markup
[[_<]] to represent <br clear=left>
- add the markup
[[<_]] to represent <br clear=right>
- add the markup
[/1 3/] to represent fractions, viz a shortcut for the markup [-'^1^'⁄'_3_'-] as 1⁄3 (cf ½ ¼ ¾) *
- add the markup
[#{$Name}#] to represent a reference superscript, viz a shortcut for the markup '^[[{$Name}|#]]^' as [1] *
* should be implemented with a CSS class to enable bespoke formatting