MasWag / pandoc-satysfi-template

A pandoc custom writer and template for SATySFi
MIT License
9 stars 1 forks source link

Add Character escape of SaTySFi spec. #2

Closed azusa closed 4 years ago

azusa commented 4 years ago

Add Character escape in accordance to SATySFi Book pp.15.

Test fixture is:

{

}

<

char>

char|

%

char*

;

char#

$

\\char

@

`

( char is escape pattern for Markdown syntax. )

Output:

image