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
2018-04-03
Muse reader: code cleanup
Alexander Krotov
1
-34
/
+17
2018-04-03
Muse reader: rewrite museOrderedListMarker without "do"
Alexander Krotov
1
-10
/
+9
2018-04-03
Muse reader: refactor parseAnchor
Alexander Krotov
1
-3
/
+1
2018-04-03
Muse reader: rewrite parseDirectiveKey without do
Alexander Krotov
1
-3
/
+1
2018-04-02
LaTeX reader: parse sloppypar environment (#4517)
Marc Schreiber
1
-0
/
+1
2018-04-02
Muse reader: add <math> tag support
Alexander Krotov
1
-0
/
+5
2018-04-02
Muse writer: place header IDs before header
Alexander Krotov
1
-2
/
+2
2018-03-30
Textile reader: fixed tables with no body rows.
John MacFarlane
1
-1
/
+1
2018-03-29
Removed unused extensions (#4506)
Anabra
7
-18
/
+10
2018-03-28
Mediawiki reader: improve table parsing.
John MacFarlane
1
-5
/
+18
2018-03-26
Cleanup Muse reader and writer
Alexander Krotov
1
-37
/
+19
2018-03-25
Muse reader: allow links to have empty descriptions
Alexander Krotov
1
-1
/
+1
2018-03-25
Muse reader: require block <literal> tags to be on separate lines
Alexander Krotov
1
-2
/
+8
2018-03-18
Removed unnecessary import.
John MacFarlane
1
-2
/
+0
2018-03-18
Removed old-locale flag and Text.Pandoc.Compat.Time.
John MacFarlane
1
-1
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
49
-4
/
+96
2018-03-17
hlint fixes.
John MacFarlane
4
-8
/
+8
2018-03-17
Add support to parse unit string of \SI command (closes #4296).
Marc Schreiber
1
-1
/
+14
2018-03-17
More CSS around DocTable in Haddock reader.
John MacFarlane
1
-0
/
+2
2018-03-16
Allow earlier versions of haddock-library, use CPP.
John MacFarlane
1
-0
/
+2
2018-03-16
Better table handling for Haddock.
John MacFarlane
1
-1
/
+14
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
15
-29
/
+5
2018-03-16
Semigroup instance for Styles in T.P.Readers.Odt.StyleReader.
John MacFarlane
1
-2
/
+12
2018-03-16
Removed redundant import.
John MacFarlane
1
-3
/
+1
2018-03-15
Remove redundant import.
John MacFarlane
1
-1
/
+1
2018-03-14
RST reader: Allow unicode bullet characters.
John MacFarlane
1
-1
/
+1
2018-03-13
Require pandoc-types 1.17.4.
John MacFarlane
5
-7
/
+8
2018-03-13
Docx reader: Parse nested smart tags.
Jesse Rosenthal
2
-16
/
+11
2018-03-12
Docx reader: remove unused docxWarnings
Alexander Krotov
1
-2
/
+0
2018-03-12
Muse reader: make parseBlocks similar to parseBlocksTill
Alexander Krotov
1
-4
/
+4
2018-03-12
Muse reader: require closing tag to have the same indentation as opening
Alexander Krotov
1
-1
/
+2
2018-03-12
Muse reader: do not reparse blocks inside unclosed block tag
Alexander Krotov
1
-4
/
+4
2018-03-10
Muse reader: parse <class> tag
Alexander Krotov
1
-0
/
+8
2018-03-07
Muse reader: do not produce empty Str element for unindented verse lines
Alexander Krotov
1
-2
/
+3
2018-03-02
Revert "Commonmark reader: parse HTML as plain text if `-raw_html`."
John MacFarlane
1
-2
/
+2
2018-03-02
Commonmark reader: parse HTML as plain text if `-raw_html`.
John MacFarlane
1
-2
/
+2
2018-03-03
Muse reader: fix indentation requirements for footnote continuations
Alexander Krotov
1
-2
/
+2
2018-03-02
LaTeX reader: Fix regression in package options including underscore.
John MacFarlane
1
-1
/
+1
2018-03-02
hlint Muse reader and writer
Alexander Krotov
1
-2
/
+2
2018-03-02
Muse reader: enable <literal> tags even if amuse extension is enabled
Alexander Krotov
1
-2
/
+0
2018-03-02
Muse reader: remove space prefix from <literal> tag contents
Alexander Krotov
1
-6
/
+3
2018-03-02
Muse reader: do not consume whitespace while looking for closing end tag
Alexander Krotov
1
-1
/
+1
2018-02-28
Docx reader: Handle nested sdt tags.
Jesse Rosenthal
1
-1
/
+1
2018-02-28
Muse reader: allow <quote> and other tags to be indented
Alexander Krotov
1
-2
/
+3
2018-02-26
LaTeX reader: make --trace work.
John MacFarlane
1
-2
/
+6
2018-02-24
Muse reader: allow single colon in definition list term
Alexander Krotov
1
-1
/
+1
2018-02-23
Docx reader: code cleanup.
Jesse Rosenthal
1
-10
/
+9
2018-02-23
Docx reader: simplify custom-style reading code.
Jesse Rosenthal
1
-41
/
+23
2018-02-23
Docx reader: Don't look up dependant run styles if +styles is enabled.
Jesse Rosenthal
1
-36
/
+39
2018-02-23
Muse reader: improve verse parsing
Alexander Krotov
1
-1
/
+2
[prev]
[next]