summaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
authorrsiddharth <rsd@scruf>2012-10-25 02:48:09 +0530
committerrsiddharth <rsd@scruf>2012-10-25 02:48:09 +0530
commit0b6cabd40f2cb5978e69977f483d9ce30a3d2360 (patch)
tree698e0cd3f34dec1023eba20c9bb7b3f0bc799c97 /notes
parent42a846f59d7b6971ff1111544df089a9ff0f6570 (diff)
removed:
notes writefile added: COPYING -- gpl text (full) 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 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 >> All the .java files were 'baptized' for 100% software freedom. todo -- minor edit. license/gpl -- minor edit again.
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