On Tue, Jun 3, 2014 at 6:23 PM, Ben Coman <b...@openinworld.com> wrote: > I've uploaded the updates to make annotations more consistent, and added the > \dothis LaTeX command being used in the PharoLaserGame tutorial. > > source > annotation test > # item 1 > @@note anno1 > @@dothis anno2 > ## item 11 > @@note anno3 > ## item 12 > @@dothis anno4 > ## item 13 > > --to=pillar > annotation test > # item 1 > @@note anno1 > @@dothis anno2 > # > ## item 11 > @@note anno3 > # > ## item 12 > @@dothis anno4 > # > ## item 13 > Now this output is not the same and the source. Should I try to fix this the > same as I did for comments.
please. It is important to keep consistency here. > --to=html > <div class="container"> > <p>annotation test</p> > <ol><li> item 1 </li></ol> > <p class="note">anno1</p> > <p class="dothis">anno2</p> > <ol><li> <ol><li> item 11 </li></ol> </li></ol> > <p class="note">anno3</p> > <ol><li> <ol><li> item 12 </li></ol> </li></ol> > <p class="dothis">anno4</p> > <ol><li> <ol><li> item 13 </li></ol></li></ol> > </div> > > --to=markdown > annotation test > 1. item 1 > ^M ^M > <p class="note">anno1</p>^M ^M > <p class="dothis">anno2</p>^M ^M > 1. > 1. item 11 > ^M ^M > <p class="note">anno3</p>^M ^M > 1. > 1. item 12 > ^M ^M > <p class="dothis">anno4</p>^M ^M > 1. > 1. item 13 > btw, what are all these non-break-spaces "^M ^M" for? no idea. Ben, do you have an idea? You did a great job. Thank you -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill