/
githubmirror
/
pandoc
Обзор
Документация
Войти
/
githubmirror
/
pandoc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/fb2/reader/emphasis.native
35 строк
877 B
John MacFarlane
Switch from pretty-simple to pretty-show for native output.
29 сен 2021, 07:17
29 сен 2021, 07:17
0bdcf41
Код
Авторство
О чём код?
Pandoc Meta { unMeta = fromList [] } [ Div ( "" , [ "section" ] , [] ) [ Para [ Str "Plain," , Space , Strong [ Str "strong" ] , Str "," , Space , Emph [ Str "emphasis" ] , Str "," , Space , Strong [ Emph [ Str "strong" , Space , Str "emphasis" ] ] , Str "," , Space , Emph [ Strong [ Str "emphasized" , Space , Str "strong" ] ] , Str "." ] , Para [ Str "Strikethrough:" , Space , Strikeout [ Str "deleted" ] ] , Para [ Subscript [ Str "Subscript" ] , Space , Str "and" , Space , Superscript [ Str "superscript" ] ] , Para [ Str "Some" , Space , Code ( "" , [] , [] ) "code" ] ] ]