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
2017-01-25
RST reader: rebase-related fixes to warnings.
John MacFarlane
1
-13
/
+12
2017-01-25
RST reader: removed now unnecessary lifts.
John MacFarlane
1
-8
/
+7
2017-01-25
Markdown reader: Removed readMarkdownWithWarnings [API change].
John MacFarlane
1
-10
/
+1
2017-01-25
Have warningWithPos take a SourcePos rather than Maybe SourcePos.
John MacFarlane
3
-8
/
+8
2017-01-25
LaTeX reader: add warning when parsing unescaped characters
John MacFarlane
1
-4
/
+5
2017-01-25
RST reader: implement start-after, end-before fields for include.
John MacFarlane
1
-6
/
+12
2017-01-25
RST reader: handle code, literal, number-lines, class, name for include.
John MacFarlane
1
-30
/
+27
2017-01-25
RST reader include: handle negative values for start-, end-line.
John MacFarlane
1
-23
/
+30
2017-01-25
RST reader: support start-line and end-line in include.
John MacFarlane
1
-2
/
+8
2017-01-25
RST reader: Simple `.. include::` support.
John MacFarlane
1
-2
/
+65
2017-01-25
LaTeX reader: Make sure we process includes in preamble.
John MacFarlane
1
-0
/
+1
2017-01-25
LaTeX reader: further fixes to include.
John MacFarlane
1
-7
/
+11
2017-01-25
Give source position for include file loop.
John MacFarlane
1
-1
/
+1
2017-01-25
LaTeX reader: Proper include file processing.
John MacFarlane
1
-111
/
+33
2017-01-25
Removed readRSTWithWarnings (now useless).
John MacFarlane
1
-10
/
+1
2017-01-25
TWiki reader: Remove old readTWikiWithWarnings'.
John MacFarlane
1
-18
/
+5
2017-01-25
Class: rename addWarning[WithPos] to warning[WithPos].
John MacFarlane
4
-15
/
+15
2017-01-25
Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.
John MacFarlane
3
-8
/
+8
2017-01-25
Refactored math conversion in writers.
John MacFarlane
1
-48
/
+0
2017-01-25
Readers: pass errors straight up to PandocMonad.
Jesse Rosenthal
8
-13
/
+8
2017-01-25
Remove redundant imports from OPML reader.
Jesse Rosenthal
1
-2
/
+0
2017-01-25
Unify Errors.
Jesse Rosenthal
15
-20
/
+30
2017-01-25
Add Text2Tags to Text.Pandoc
Jesse Rosenthal
1
-3
/
+3
2017-01-25
Working on readers.
Jesse Rosenthal
24
-1111
/
+1269
2017-01-25
Changed readNative to use PandocMonad.
John MacFarlane
1
-3
/
+6
2017-01-25
Deleted whitespace at end of source lines.
John MacFarlane
2
-3
/
+3
2017-01-25
Added page breaks into Pandoc.
Hubert Plociniczak
2
-10
/
+36
2017-01-19
Org reader: allow short hand for single-line raw blocks
Albert Krewinkel
2
-8
/
+17
2017-01-19
MediaWiki reader: improved handling of display math.
John MacFarlane
1
-2
/
+3
2017-01-08
Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks.
John MacFarlane
1
-0
/
+1
2017-01-06
Remove pipe char irking the haddock coverage tool
Albert Krewinkel
1
-1
/
+1
2017-01-06
Org reader: accept org-ref citations followed by commas
Albert Krewinkel
1
-15
/
+16
2017-01-05
Org reader: ensure emphasis markup can be nested
Albert Krewinkel
1
-0
/
+3
2017-01-05
MediaWiki reader: Fix quotation mark parsing (#3336)
tgkokk
1
-6
/
+3
2016-12-24
markdown reader: disallow space between inline code and attributes (#3326)
Mauro Bieg
1
-2
/
+2
2016-12-13
Docx reader: Empty header should be list of lists.
Jesse Rosenthal
1
-9
/
+11
2016-12-08
Docx reader: Ensure one-row tables don't have header.
Jesse Rosenthal
1
-1
/
+2
2016-12-08
Removed debug trace from HTML reader.
John MacFarlane
1
-2
/
+1
2016-12-07
HTML reader: Understand `style=width:` as well as `width` in `col`.
John MacFarlane
1
-2
/
+7
2016-12-07
RST reader: print warnings when keys, substitition, notes not found.
John MacFarlane
1
-6
/
+26
2016-12-07
RST reader: fix hyperlink aliases.
John MacFarlane
1
-2
/
+10
2016-12-06
Fixed some bad regressions in HTML table parser.
John MacFarlane
1
-3
/
+3
2016-11-30
Use new module from texmath to lookup MS font codepoints.
John MacFarlane
2
-243
/
+1
2016-11-26
HTML reader: improved table parsing.
John MacFarlane
1
-11
/
+24
2016-11-26
[odt] Infer table's caption from the paragraph (#3224)
hubertp-lshift
1
-6
/
+21
2016-11-26
LaTeX reader: don't treat `\vspace` and `\hspace` as block commands.
John MacFarlane
1
-1
/
+0
2016-11-24
Org reader: respect column width settings
Albert Krewinkel
2
-28
/
+48
2016-11-20
Allow beamer-style <...> options in raw LaTeX (also in Markdown).
John MacFarlane
1
-1
/
+13
2016-11-19
LaTeX reader: improved table handling.
John MacFarlane
1
-4
/
+13
2016-11-19
LaTeX reader: limited support for minipage.
John MacFarlane
1
-0
/
+2
[next]