summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2013-11-12 15:57:19 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2013-11-12 15:57:19 +0530
commit7e23efa57061f26e003939e4814af63861db7804 (patch)
treedecddaa5dea13fff95a911ceb7e587e83eb2346e /etc
parentc10e8ce930b75e4f53d4aa627cbb7b56c44ed803 (diff)
parser/QuoteSpecialText doesn't escape `<` if it is part of a HTML tag.
I'm trying accomadate HTML markup into the scruffy markup. ;)
Diffstat (limited to 'etc')
-rw-r--r--etc/NOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NOTES b/etc/NOTES
new file mode 100644
index 0000000..038bf9b
--- /dev/null
+++ b/etc/NOTES
@@ -0,0 +1,6 @@
+NOTES -*- mode: org; -*-
+
+* HTML in scruffy file
+* special characters are not escaped between HTMLblocks.
+* HTML tags with no end tag must be closed properly.
+ eg: <tagname />