summaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
Diffstat (limited to 'notes')
-rw-r--r--notes14
1 files changed, 14 insertions, 0 deletions
diff --git a/notes b/notes
new file mode 100644
index 0000000..fb553c5
--- /dev/null
+++ b/notes
@@ -0,0 +1,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. \ No newline at end of file