Recent Changes - Search:

PITS main list

edit sidebar

Main sidebar

PmWiki

pmwiki.org

01219

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
From: simon
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^'&frasl;'_3_'-] as 13 (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
Edit - History - Print - Recent Changes - Search
Page last modified on September 10, 2011, at 11:56 AM