/
githubmirror
/
pandoc
Обзор
Документация
Войти
/
githubmirror
/
pandoc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/fb2/reader/notes.native
28 строк
600 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 "Note" , Space , Note [ Para [ Str "Note" , Space , Str "contents" ] ] , Str "." ] , Para [ Str "Second" , Space , Str "note" , Space , Note [ Para [ Str "Second" , Space , Str "note" , Space , Str "contents." ] ] , Str "." ] ] ]