index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
Man.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-11
/
+18
2020-11-18
Man reader: improve handling of .IP.
John MacFarlane
1
-5
/
+19
2020-10-07
Remove redundant import.
John MacFarlane
1
-1
/
+1
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-1
/
+1
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
1
-2
/
+7
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-3
/
+2
2020-04-15
Implement the new Table type
despresc
1
-4
/
+3
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-1
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-4
/
+4
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
1
-13
/
+13
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-15
/
+17
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
1
-2
/
+2
2019-07-02
Fix redundant constraint warnings. (#5625)
Pete Ryland
1
-2
/
+1
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-21
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-01-22
Man reader: fix typo. (#5245)
Brian Leung
1
-3
/
+3
2018-11-29
Man reader: use mapLeft from Shared.
John MacFarlane
1
-6
/
+1
2018-11-02
Man reader: allow .SS to have blank contents.
John MacFarlane
1
-1
/
+1
2018-10-30
Roff reader: rename RoffToken constructors so they're shorter.
John MacFarlane
1
-36
/
+36
2018-10-30
Roff reader: renamed constructors for RoffToken...
John MacFarlane
1
-36
/
+36
2018-10-30
Roff reader: removed MacroKind alias.
John MacFarlane
1
-1
/
+1
2018-10-29
Roff reader: improved escape parsing.
John MacFarlane
1
-2
/
+0
2018-10-28
Man reader: improved code blocks as continuation in list items.
John MacFarlane
1
-5
/
+7
2018-10-28
Man reader: allow both .in and .IP to indent code block.
John MacFarlane
1
-1
/
+2
2018-10-28
Man reader: skip .in used for indentation of code.
John MacFarlane
1
-1
/
+2
2018-10-28
Man reader: .PP in code blocks as blank line.
John MacFarlane
1
-0
/
+1
2018-10-28
Man reader: handle inline macros like .BI in code blocks.
John MacFarlane
1
-38
/
+58
2018-10-28
Hlint changes.
John MacFarlane
1
-6
/
+5
2018-10-27
Man reader: allow block-level content in table cells.
John MacFarlane
1
-8
/
+25
2018-10-27
Revert "Roff reader: use LineParts abstraction."
John MacFarlane
1
-9
/
+7
2018-10-27
Roff reader: use LineParts abstraction.
John MacFarlane
1
-7
/
+9
2018-10-27
Roff tokenizer: check for first-column before parsing macro.
John MacFarlane
1
-2
/
+2
2018-10-27
Man reader: don't throw an error if a table cell can't be parsed...
John MacFarlane
1
-1
/
+1
2018-10-27
Man reader: allow .nf to be implicitly closed by eof.
John MacFarlane
1
-3
/
+5
2018-10-26
Rename Groff -> Roff.
John MacFarlane
1
-19
/
+19
2018-10-26
Groff tokenizer: introduce TableRow type, handle .T&.
John MacFarlane
1
-11
/
+12
2018-10-25
Man reader: allow empty simple table cells.
John MacFarlane
1
-2
/
+4
2018-10-25
Man reader: be more forgiving when parsing tables.
John MacFarlane
1
-3
/
+4
2018-10-25
Man reader: support tables.
John MacFarlane
1
-15
/
+16
2018-10-25
Man reader: handle tables.
John MacFarlane
1
-17
/
+63
2018-10-25
Groff tokenizer: Add structured repr of table options.
John MacFarlane
1
-1
/
+1
2018-10-25
Implemented groff table lexing.
John MacFarlane
1
-23
/
+28
2018-10-25
Groff reader: got `\f[]` working properly.
John MacFarlane
1
-0
/
+1
2018-10-25
Man reader: fixed nested emphasis.
John MacFarlane
1
-7
/
+44
2018-10-24
T.P.Readers.Groff: use FontSpec, not list of FontKind.
John MacFarlane
1
-8
/
+7
2018-10-24
Man reader: improve source posiiton info.
John MacFarlane
1
-1
/
+2
2018-10-24
T.P.Readers.Groff: improve LinePart.
John MacFarlane
1
-28
/
+15
2018-10-24
Added Text.Pandoc.Readers.Groff.
John MacFarlane
1
-465
/
+6
[next]