diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-10-01 15:23:47 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-10-01 15:23:47 -0400 |
commit | ef4da2e9bf2b690e484d8bda196a178f986aeaec (patch) | |
tree | fd7e8521df14cc97ea3025fe755f27b891b3ded9 /lib/sisu/v3/constants.rb | |
parent | v3: html, epub, group text, bullet, fix (diff) |
v3: dal_syntax, new syntax: =\\= page new & -\\- page break
* alias for <:pn> and <:pb> respectively
Diffstat (limited to 'lib/sisu/v3/constants.rb')
-rw-r--r-- | lib/sisu/v3/constants.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3/constants.rb b/lib/sisu/v3/constants.rb index a4de5898..a786a8b4 100644 --- a/lib/sisu/v3/constants.rb +++ b/lib/sisu/v3/constants.rb @@ -98,8 +98,8 @@ Mx={ br_nl: '╲', #lB ▌ 』 ┘ br_paragraph: '█', #FB █ 9608 # PP ∥ 8741 #▐ #'┘' #'¶' #FB █ 9608 lB ▌ 9612 RB ▐ 9616 br_obj: 'break_obj', - br_page: 'break_page', - br_page_new: 'break_page_new', + br_page: '┼', + br_page_new: '╋', lnk_o: '⌠', lnk_c: '⌡', #'⌈' '⌋' '⌠' '⌡' #Mx[:lnk_o: '◁'; Mx[:lnk_c: '▷' #‹ › url_o: '「', url_c: '」', rel_o: '⌈', rel_c: '⌋', |