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-06-29
Fix compiler warnings.
John MacFarlane
1
-4
/
+4
2018-06-29
Use HsYAML instead of yaml for translations, YAML metadata.
John MacFarlane
1
-56
/
+46
2018-06-29
CommonMark reader: Handle ascii_identifiers extension (#4733)
Anders Waldenborg
1
-13
/
+18
2018-06-28
TikiWiki reader: improve list parsing (#4723)
Mauro Bieg
1
-3
/
+4
2018-06-25
LaTeX reader: Treat `lilypond` as a verbatim environment.
John MacFarlane
1
-1
/
+2
2018-06-25
Fixed typo in LaTeX writer.
John MacFarlane
1
-1
/
+1
2018-06-13
Markdown reader: allow empty code spans.
John MacFarlane
1
-1
/
+1
2018-06-13
LaTeX Reader: parse figure label into Image id (#4704)
Mauro Bieg
1
-14
/
+20
2018-06-12
LaTeX reader: allow spaces around `\graphicspath` arguments.
John MacFarlane
1
-1
/
+2
2018-06-01
LaTeX reader: handle includes without surrounding blanklines.
John MacFarlane
1
-7
/
+9
2018-06-01
Muse reader: get rid of non-exhaustive pattern match warning
mb21
1
-1
/
+1
2018-05-31
Muse reader: add support for floating images
Alexander Krotov
1
-6
/
+18
2018-05-31
Muse reader: add support for images with specified width
Alexander Krotov
1
-4
/
+9
2018-05-30
Revert "ALlow compilation with haddock-library 1.4 and above."
John MacFarlane
1
-14
/
+1
2018-05-30
ALlow compilation with haddock-library 1.4 and above.
John MacFarlane
1
-1
/
+14
2018-05-30
LaTeX reader `rawLaTeXBlock`: handle macros that resolve to a...
John MacFarlane
1
-1
/
+17
2018-05-30
LaTeX reader: tighten up reading of beamer overlay specifications.
John MacFarlane
1
-9
/
+20
2018-05-30
Muse reader: parse image URLs without "guard" and "takeExtension"
Alexander Krotov
1
-5
/
+3
2018-05-28
Muse reader: split link and image parsing into separate functions
Alexander Krotov
1
-10
/
+17
2018-05-27
Muse reader: parse links starting with "URL:" explicitly
Alexander Krotov
1
-12
/
+19
2018-05-20
Use haddock-library 1.6.0.
John MacFarlane
1
-13
/
+1
2018-05-16
LaTeX reader: parse more siunitx unit commands.
John MacFarlane
1
-1
/
+73
2018-05-15
rawLaTeXBlock: don't expand macros in macro definitions!
John MacFarlane
1
-11
/
+11
2018-05-09
Org reader: fix image filename recognition
Albert Krewinkel
1
-6
/
+7
2018-05-08
LaTeX reader: handle `$` in `/text{..}` inside math.
John MacFarlane
1
-7
/
+22
2018-05-07
Use Data.Maybe.fromMaybe
Alexander Krotov
1
-6
/
+3
2018-05-03
Relicense TikiWiki reader as GPL v2 or above, like rest of pandoc.
John MacFarlane
1
-1
/
+1
2018-04-28
FB2 reader: replace some errors with warnings
Alexander Krotov
1
-9
/
+11
2018-04-26
Add FB2 reader (#4539)
Alexander
1
-0
/
+402
2018-04-26
RST reader: fix anonymous redirects with backticks.
John MacFarlane
1
-3
/
+8
2018-04-26
DocBook Reader: Read Latex math as output by asciidoctor (#4569)
Joe Hermaszewski
1
-11
/
+48
2018-04-26
Muse reader: allow nested footnotes
Alexander Krotov
1
-1
/
+1
2018-04-26
Muse reader: use Data.Map.member instead of lookup
Alexander Krotov
1
-3
/
+3
2018-04-25
LaTeX reader: fixed previous commit.
John MacFarlane
1
-3
/
+3
2018-04-25
LaTeX reader: Improve handling of raw LaTeX (for markdown etc.).
John MacFarlane
1
-31
/
+32
2018-04-25
LaTeX reader: support `\MakeUppercase`, `\MakeLowercase'.
John MacFarlane
1
-1
/
+17
2018-04-25
Added licensing headers for DocBook, EPUB, JATS, OPML readers.
John MacFarlane
4
-1
/
+118
2018-04-22
RST reader: allow < 3 spaces indent under directives.
John MacFarlane
1
-3
/
+7
2018-04-21
Markdown reader/writer: spacing adjustments in tables.
John MacFarlane
1
-3
/
+8
2018-04-19
Markdown reader: allow empty attributes.
John MacFarlane
1
-0
/
+2
2018-04-19
EPUB reader: fix images with space in file path.
John MacFarlane
1
-2
/
+2
2018-04-19
Muse reader: allow "-" in anchors
Alexander Krotov
1
-1
/
+1
2018-04-18
Markdown reader: handle table w/o following blank line in fenced div.
John MacFarlane
1
-3
/
+14
2018-04-17
Docx reader: Combine codeBlocks
Jesse Rosenthal
1
-0
/
+4
2018-04-16
Markdown reader: remove "fallback" for doubleQuote parser.
John MacFarlane
1
-4
/
+3
2018-04-16
Muse reader: allow verse to be indented
Alexander Krotov
1
-0
/
+1
2018-04-16
Muse reader code cleanup
Alexander Krotov
1
-20
/
+9
2018-04-15
Muse reader: don't allow footnote references inside links
Alexander Krotov
1
-0
/
+2
2018-04-15
Muse reader: allow URL to be empty
Alexander Krotov
1
-1
/
+1
2018-04-15
Muse reader: require that comment semicolons are in the first column
Alexander Krotov
1
-0
/
+1
[next]