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-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
2018-02-22
Docx reader: Move pandoc inline styling inside custom-style span
Jesse Rosenthal
1
-7
/
+7
2018-02-22
Docx reader: Avoid repeated spans in custom styles.
Jesse Rosenthal
1
-10
/
+20
2018-02-22
Docx reader: read custom styles
Jesse Rosenthal
1
-60
/
+96
2018-02-21
Org reader: allow changing emphasis syntax
Albert Krewinkel
3
-11
/
+39
2018-02-21
Muse reader: replace setState with updateState where possible
Alexander Krotov
1
-18
/
+9
2018-02-20
Muse reader: fix compiler warning
Jesse Rosenthal
1
-1
/
+1
2018-02-20
Muse reader: use updateState instead of setState to restore museInLink
Alexander Krotov
1
-1
/
+1
2018-02-19
Move manyUntil to Text.Pandoc.Parsing and use it in Txt2Tags reader
Alexander Krotov
2
-16
/
+1
2018-02-17
LaTeX reader: Fixed comments inside citations. Closes #4374.
John MacFarlane
1
-3
/
+3
2018-02-16
Muse reader: prioritize lists with roman numerals over alphabetical lists
Alexander Krotov
1
-1
/
+1
2018-02-15
Docx reader: Pick table width from the longest row or header
danse
1
-5
/
+9
2018-02-15
Muse reader: fix directive parsing
Alexander Krotov
1
-3
/
+1
2018-02-13
Muse reader: remove listItemContents function
Alexander Krotov
1
-12
/
+8
[next]