From d8883d357e25209747c8535bfd3b5a6e8d80dc57 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 25 Oct 2012 01:10:35 +0530 Subject: added: notes modified: license/gpl parsers/CodeBlocks.java parsers/WordDecoration.java --- notes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 notes (limited to 'notes') 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 & --> & according to the context. + autometic conversion of < --> < according to the context. + + inside spans or blocks markdown always encodes the > & & to + correponding thingies explained above. \ No newline at end of file -- cgit v1.2.3