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