index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-10-28
Roff tokenizer: better handling of escapes.
John MacFarlane
2018-10-28
Roff reader: introduce normal/copy mode distinction.
John MacFarlane
2018-10-28
Roff reader: use escapeArg in macroArg.
John MacFarlane
2018-10-28
Roff tokenizer: refactor escString.
John MacFarlane
2018-10-28
Roff tokenizer: revamped font parsing using escapeArg.
John MacFarlane
2018-10-28
Roff tokenizer: abstract out patterns: escapeArg, quoteArg.
John MacFarlane
2018-10-28
Roff tokenizer: allow space before ( in table options.
John MacFarlane
2018-10-28
EPUB writer: use metadata field `css` instead of `stylesheet`
mb21
2018-10-28
T.P.Filter: centralize filter path expansion
Albert Krewinkel
2018-10-28
T.P.Lua: expose more useful internals (API change)
Albert Krewinkel
2018-10-28
T.P.Lua: rename `runPandocLua` to `runLua` (API change)
Albert Krewinkel
2018-10-28
T.P.Lua: merge runLuaFilter into T.P.Filter.Lua (API change)
Albert Krewinkel
2018-10-28
Man reader: improved code blocks as continuation in list items.
John MacFarlane
2018-10-28
Man reader: allow both .in and .IP to indent code block.
John MacFarlane
2018-10-28
Man reader: skip .in used for indentation of code.
John MacFarlane
2018-10-28
Man reader: .PP in code blocks as blank line.
John MacFarlane
2018-10-28
Man reader: handle inline macros like .BI in code blocks.
John MacFarlane
2018-10-28
Hlint changes.
John MacFarlane
2018-10-28
Roff tokenizer: better handling of table format strings.
John MacFarlane
2018-10-27
Man reader: allow block-level content in table cells.
John MacFarlane
2018-10-28
Muse reader: try to parse lists before trying to parse table
Alexander Krotov
2018-10-27
Muse reader: forbid whitespace after opening and before closing markup elements
Alexander Krotov
2018-10-27
Revert "Roff tokenizer: use Seq for lineparts rather than lists."
John MacFarlane
2018-10-27
Revert "Roff reader: use LineParts abstraction."
John MacFarlane
2018-10-27
Roff reader: use LineParts abstraction.
John MacFarlane
2018-10-27
Roff tokenizer: use Seq for lineparts rather than lists.
John MacFarlane
2018-10-27
Remove old comment.
John MacFarlane
2018-10-27
Roff tokenizer: allow digit suffix in table cell format in any order.
John MacFarlane
2018-10-27
Roff tokenizer: check for first-column before parsing macro.
John MacFarlane
2018-10-27
Man reader: don't throw an error if a table cell can't be parsed...
John MacFarlane
2018-10-27
Man reader: allow .nf to be implicitly closed by eof.
John MacFarlane
2018-10-27
Roff reader: allow table options to be empty.
John MacFarlane
2018-10-26
Roff tokenizer: further table format spec parsing improvements.
John MacFarlane
2018-10-26
Roff tokenizer: allow spaces after table row format spec.
John MacFarlane
2018-10-26
Roff tokenizer: allow . on next line after table format spec.
John MacFarlane
2018-10-26
Roff tokenizer: better handling of font inlines `\f`....
John MacFarlane
2018-10-26
Roff tokenizer: allow eof in some places we allowed only newline.
John MacFarlane
2018-10-26
Roff tokenizer: skip .sp in tables.
John MacFarlane
2018-10-26
Rename Groff -> Roff.
John MacFarlane
2018-10-26
Groff tokenizer: introduce TableRow type, handle .T&.
John MacFarlane
2018-10-26
Text.Pandoc.Lua: move globals handling to separate module
Albert Krewinkel
2018-10-26
Always preserve tabs for man format.
John MacFarlane
2018-10-26
Groff tokenizer: Allow line comments between table rows.
John MacFarlane
2018-10-26
Man writer: don't wrap .SH and .SS lines.
John MacFarlane
2018-10-26
Muse reader: parse page breaks
Alexander Krotov
2018-10-25
Man reader: allow empty simple table cells.
John MacFarlane
2018-10-25
Man reader: be more forgiving with table options.
John MacFarlane
2018-10-25
Man reader: be more forgiving when parsing tables.
John MacFarlane
2018-10-25
Groff tokenizer: handle `\s+2`, etc.
John MacFarlane
2018-10-25
Man reader: be more forgiving in parsing table format spec.
John MacFarlane
[next]