index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
writer.man
Age
Commit message (
Expand
)
Author
2023-11-02
T.P.RoffChar: escape `-` as `\-`.
John MacFarlane
2023-10-05
Man writer: Fix some spacing issues around links.
John MacFarlane
2023-10-05
T.P.Shared.splitSentences: don't split after initials.
John MacFarlane
2023-10-04
Man writer: use UR, MT macros for URLs, emails.
John MacFarlane
2023-08-25
Man writer: avoid a .PP right after a section heading.
John MacFarlane
2023-08-25
Man writer: improvements to code and code blocks.
John MacFarlane
2023-08-24
Man writer: don't emit `.hy`...
John MacFarlane
2023-01-25
Ensure that automatically set variables ...
John MacFarlane
2023-01-13
Support complex figures. [API change]
Albert Krewinkel
2022-12-28
Man writer: use UTF-8 by default for non-ascii characters.
John MacFarlane
2022-10-19
Split Text.Pandoc.Version from Text.Pandoc.Shared.
John MacFarlane
2022-01-15
Improve on fix to #7506.
John MacFarlane
2022-01-15
Man writer: use custom font V for inline code.
John MacFarlane
2022-01-15
Man writer: Use boldface for inline code.
John MacFarlane
2021-09-21
Use pretty-simple to format native output.
John MacFarlane
2019-09-23
Man writer: suppress non-absolute link URLs.
John MacFarlane
2019-07-13
Man writer: Improved definition list term output.
John MacFarlane
2019-07-13
Man writer: fixed boldfacing of definition terms.
John MacFarlane
2018-12-13
Man/Ms writers: don't escape `-` as `\-`.
John MacFarlane
2018-10-23
Groff writer character escaping changes.
John MacFarlane
2018-10-22
Groff writers escaping changes.
John MacFarlane
2018-10-19
Man writer: avoid unnecessary `.RS`/`.RE` pair in defn lists.
John MacFarlane
2018-10-18
GroffChar: fixed interpretation of `\-`.
John MacFarlane
2018-10-18
Groff escaping changes.
John MacFarlane
2018-10-17
Move common groff functions to Text.Pandoc.Writers.Groff
John MacFarlane
2018-10-17
Man writer: use \f[R] instead of \f[] to reset font
Alexander Krotov
2017-05-25
Added `spaced_reference_links` extension.
John MacFarlane
2017-04-12
Man writer: Fix handling of nested font commands.
John MacFarlane
2017-02-04
Moved tests/ -> test/.
John MacFarlane