summaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
authorrsiddharth <rsd@scruf>2012-10-25 01:10:35 +0530
committerrsiddharth <rsd@scruf>2012-10-25 01:10:35 +0530
commitd8883d357e25209747c8535bfd3b5a6e8d80dc57 (patch)
tree7498fc27006726cff28bbf4d04900622254ce963 /notes
parent5d892e9b95b9ee54aa3d5b34a9f2700a30101d2d (diff)
added:
notes modified: license/gpl parsers/CodeBlocks.java parsers/WordDecoration.java
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