summaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-10-26 21:51:10 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-10-26 21:51:10 +0530
commitd2f10460050965fa11e046bd6967b08a0e5e49b7 (patch)
tree9c0a6f9c95fa36769268031cc25cca9b940317a4 /notes
parent3124c400d828cacdf6b39cec92e6ba4e78253807 (diff)
parent76c496db007519125bd478ad81afb9763db7259c (diff)
# merged from devel branch.
removed: notes writefile added: COPYING parsers/DocumentDate.java modified: Initialization.java Scruf.java conversion/CanConvert.java conversion/ConvertDirectory.java conversion/ConvertFile.java conversion/FileSieve.java index/IndexCreator.java io/PresentFile.java io/ReadFile.java io/WriteFile.java license/Liberate.java license/gpl parsers/BackButton.java parsers/CodeBlocks.java parsers/DocumentName.java parsers/Footer.java parsers/Header.java parsers/Headings.java parsers/Images.java parsers/LineBreak.java parsers/Links.java parsers/NullIt.java parsers/Paragraphs.java parsers/ParserList.java parsers/WordDecoration.java styling/StyleChecker.java styling/style.css todo pending merges: rsiddharth 2012-10-26 added: rsiddharth 2012-10-26 modified: rsiddharth 2012-10-25 removed: rsiddharth 2012-10-25 modified: rsiddharth 2012-10-25 Updated styling/style.css for proper formatting of monospace phrases and rsiddharth 2012-10-25 [Break-through]: a code-block is properly formatted now and a
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