Test /
            Anchor
  Test HTML generated by an anchor  
(:table:) (:cellnr:)Something before the anchor markup (:tableend:) [[#myanchortoheading]] !! My heading Ensuing text, etc  | |
 My headingEnsuing text, etc  | 
generates
<table ><tr><td valign='top'>Something before the anchor markup </td></tr></table> <p class='vspace'><a name='myanchortoheading' id='myanchortoheading'></a> </p><h2>My heading</h2> <p>Ensuing text, etc </p>
(:table:) (:cellnr:)Something before (:tableend:) !! My heading Ensuing text, etc  | |
 My headingEnsuing text, etc  | 
generates
<table ><tr><td valign='top'>Something before </td></tr></table> <div class='vspace'></div><h2>My heading</h2> <p>Ensuing text, etc </p>
(:table:) (:cellnr:)Something before the anchor markup (:tableend:) [[#myanchor2heading]] %rfloat%text floated right !! My heading Ensuing text, etc  | |
 My headingEnsuing text, etc  | 
generates
<table ><tr><td valign='top'>Something before the anchor markup </td></tr></table> <p class='vspace'><a name='myanchor2heading' id='myanchor2heading'></a> <span class='rfloat'>text floated right</span> </p><h2>My heading</h2> <p>Ensuing text, etc </p>
(:table:) (:cellnr:)Something before the anchor markup (:tableend:) %rfloat%text floated right [[#myanchor3heading]] !! My heading Ensuing text, etc  | |
 My headingEnsuing text, etc  | 
generates
<table ><tr><td valign='top'>Something before the anchor markup </td></tr></table> <p class='vspace'><span class='rfloat'>text floated right</span> <a name='myanchor3heading' id='myanchor3heading'></a> </p><h2>My heading</h2> <p>Ensuing text, etc </p>