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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-19
Org reader: fix parsing problem for colons in headline
Albert Krewinkel
2
-11
/
+27
2019-12-18
Org reader: wrap named table in div, using name as id
Albert Krewinkel
1
-12
/
+10
2019-12-17
Add jira reader (#5913)
Albert Krewinkel
1
-0
/
+173
2019-12-17
HTML reader: Add "nav" to list of block-level tags.
John MacFarlane
1
-1
/
+2
2019-12-13
Org reader: add table labels to caption if both are present
Albert Krewinkel
1
-3
/
+11
2019-12-05
Avoid deprecation warning for minimumDef using CPP.
John MacFarlane
1
-1
/
+6
2019-11-24
Add unexported Text.Pandoc.Readers.Metadata.
John MacFarlane
2
-104
/
+161
2019-11-21
LaTeX reader: parse \micro siunitx unit command (#5921)
Jose Luis Duran
1
-0
/
+1
2019-11-20
Fix typos (#5919)
Brian Wignall
1
-1
/
+1
2019-11-18
DokuWiki reader: parse markup inside monospace ('') (#5917)
Alexander Krotov
1
-2
/
+2
2019-11-15
LaTeX Reader: Add KOMA-Script metadata commands (#5910)
Andrew Dunning
1
-1
/
+8
2019-11-14
Markdown reader: use take1WhileP for table row.
John MacFarlane
1
-1
/
+1
2019-11-14
Markdown reader: Use take1WhileP for str.
John MacFarlane
1
-1
/
+3
2019-11-13
Fix regression introduced by last commit.
John MacFarlane
1
-1
/
+2
2019-11-13
Markdown reader: don't parse footnote body unless extension enabled.
John MacFarlane
1
-18
/
+20
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
47
-2307
/
+2427
2019-11-11
Markdown reader: fix small super/subscript issue.
John MacFarlane
1
-2
/
+6
2019-11-11
Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...
Florian Beeres
1
-4
/
+11
2019-11-07
DocBook reader: Fix bug with entities in mathphrase element.
John MacFarlane
1
-4
/
+2
2019-11-07
Change merge behavior for metadata.
John MacFarlane
1
-1
/
+3
2019-11-04
Removed an unnecessary unpack.
John MacFarlane
1
-1
/
+1
2019-11-04
HTML Reader/Writer - Add support for <var> and <samp> (#5861)
Amogh Rathore
1
-5
/
+7
2019-11-03
Docx reader: Only use LTR when it is overriding BiDi setting
Jesse Rosenthal
3
-2
/
+14
2019-11-03
Docx reader: fix list number resumption for sublists. Closes #4324.
John MacFarlane
1
-1
/
+8
2019-11-02
RST reader: avoid spurious warning...
John MacFarlane
1
-1
/
+1
2019-11-02
LaTeX reader: Fixed dollar-math parsing...
John MacFarlane
1
-9
/
+9
2019-11-02
LaTeX untokenize: Ensure space between control sequence and following letter.
John MacFarlane
2
-2
/
+15
2019-11-02
LaTeX reader: Don't omit macro definitions defined in the preamble.
John MacFarlane
1
-6
/
+7
2019-11-02
LaTeX reader: parse macro defs as raw latex...
John MacFarlane
1
-8
/
+13
2019-11-02
LaTeX reader: fixed a hang/memory leak in certain circumstances.
John MacFarlane
1
-3
/
+3
2019-10-30
docbook reader: fix nesting of chapters and sections (#5864)
Florian Klink
1
-1
/
+1
2019-10-27
Org reader: fix parsing of empty comment lines
Albert Krewinkel
1
-1
/
+3
2019-10-24
HTML reader/writer: Better handling of <q> with cite attribute (#5837)
Ole Martin Ruud
1
-23
/
+34
2019-10-23
T.P.Readers.LaTeX.Parsing: add `[Tok]` parameter to rawLaTeXParser.
John MacFarlane
2
-10
/
+16
2019-10-23
Add Reader support for HTML <samp> element (#5843)
Amogh Rathore
1
-0
/
+9
2019-10-15
Add support for reading and writing <kbd> elements
Daniele D'Orazio
1
-1
/
+9
2019-10-15
Muse reader: do not allow closing asterisks to be followed by "*"
Alexander Krotov
1
-2
/
+7
2019-10-15
Muse reader: do not split series of asterisks into symbols and emphasis
Alexander Krotov
1
-0
/
+7
2019-10-15
Muse reader: do not terminate emphasis on "*" not followed by space
Alexander Krotov
1
-2
/
+1
2019-10-04
hlint FB2 reader
Alexander Krotov
1
-1
/
+1
2019-10-04
Fix all hlint warnings in Muse reader
Alexander Krotov
1
-2
/
+2
2019-10-03
Minor ghc 8.8 fixups.
John MacFarlane
1
-2
/
+6
2019-09-29
RST reader: don't strip final underscore from absolute URI.
John MacFarlane
1
-3
/
+7
2019-09-28
Use throwError instead of fail when appropriate.
John MacFarlane
1
-2
/
+3
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
9
-20
/
+20
2019-09-24
LaTeX reader: Add 'tikzcd' to list of special environments.
Eigil Rischel
1
-0
/
+1
2019-09-22
RST reader: Fixed parsing of indented blocks.
John MacFarlane
1
-6
/
+9
2019-09-22
[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)
Nikolay Yakimov
3
-380
/
+307
2019-09-22
Use HsYAML-0.2.0.0
John MacFarlane
1
-11
/
+12
2019-09-21
[Docx Reader] Use style names, not ids, for assigning semantic meaning
Nikolay Yakimov
3
-183
/
+287
[prev]
[next]