headings were not included in lines. oops

db4
Doug Coleman 2008-03-03 08:59:32 -06:00
parent 15947d6853
commit 762d4ebe48
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,6 @@ html.elements sequences.deep ascii ;
USE: tools.walker
IN: farkup
MEMO: any-char ( -- parser ) [ drop t ] satisfy ;
: delimiters ( -- string )
"*_^~%=[-|\\\n" ; inline
@ -108,6 +106,7 @@ MEMO: code ( -- parser )
MEMO: line ( -- parser )
[
text , strong , emphasis , link ,
h1 , h2 , h3 , h4 ,
superscript , subscript , inline-code ,
escaped-char , delimiter ,
] choice* repeat1 ;