summaryrefslogtreecommitdiffstats
path: root/notes
blob: fb553c554dadb0fbf918b726b9086df36a9fc621 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
markdown

+ tags can be added in the markdown text, but they should *not* be
indented. The paragraph parser should recognize /tagged/ blocks and
simply ignore them.

+ ` < ' if something starts with this, please don't parse the
following entity.

+ automatic conversion of & --> &amp; according to the context.
  autometic conversion of < --> &lt; according to the context.

  inside spans or blocks markdown always encodes the > &amp; & to
  correponding thingies explained above.