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-01-22
Support ipynb (Jupyter notebook) as input and output format.
John MacFarlane
1
-0
/
+249
2019-01-22
LaTeX reader: support `\endinput`. Closes #5233.
John MacFarlane
1
-0
/
+1
2019-01-22
Man reader: fix typo. (#5245)
Brian Leung
1
-3
/
+3
2019-01-21
HTML and markdown: treat textarea as a verbatim environment.
John MacFarlane
2
-8
/
+10
2019-01-20
LaTeX reader: allow includes with dots like cc_by_4.0.
John MacFarlane
1
-3
/
+5
2019-01-20
LaTeX reader: cleaned up 'input' code.
John MacFarlane
1
-10
/
+5
2019-01-09
RST reader: change treatment of `number-lines` directives. (#5207)
Brian Leung
1
-15
/
+15
2019-01-08
Removed superfluous sourceCode class on code blocks.
John MacFarlane
3
-11
/
+7
2019-01-08
RST reader: handle sourcecode directive as synonynm for code.
John MacFarlane
1
-1
/
+1
2019-01-07
Org reader: allow for case of :minlevel == 0.
John MacFarlane
1
-1
/
+3
2019-01-07
Org reader: handle `minlevel` option differently. (#5190)
Brian Leung
1
-3
/
+1
2019-01-07
TWiki reader: fix performance issue with underscores.
John MacFarlane
1
-1
/
+3
2019-01-06
Add DokuWiki reader (#5108)
Alexander
1
-0
/
+529
2019-01-02
Implement task lists (#5139)
Mauro Bieg
2
-3
/
+7
2019-01-01
Org reader: fix self-link parsing regression
Albert Krewinkel
1
-5
/
+6
2019-01-01
Org reader: fix treatment of links to images
Albert Krewinkel
2
-13
/
+16
2019-01-01
Org reader: hlint
Albert Krewinkel
1
-2
/
+2
2018-12-31
Remove unused HasHeaderMap (#5175)
Alexander
6
-34
/
+3
2018-12-31
Replace read with safeRead (#5186)
Mauro Bieg
1
-3
/
+6
2018-12-17
LaTeX reader: Support `\DeclareMathOperator`.
John MacFarlane
1
-1
/
+11
2018-12-17
Replace read with safeRead. Closes #5162.
John MacFarlane
3
-11
/
+8
2018-12-17
HTML reader: handle empty start attribute.
John MacFarlane
1
-4
/
+2
2018-12-10
Docx: handle level overrides.
Jesse Rosenthal
1
-6
/
+17
2018-12-10
Docx: add a levelOverride type.
Jesse Rosenthal
1
-3
/
+20
2018-12-10
Docx writer: Make Level into a real type.
Jesse Rosenthal
2
-4
/
+6
2018-11-29
Man reader: use mapLeft from Shared.
John MacFarlane
1
-6
/
+1
2018-11-29
LaTeX reader: Support \inputminted (closes #5103).
John MacFarlane
1
-2
/
+21
2018-11-25
Fix parsing of citations and quotes after parentheses.
John MacFarlane
1
-6
/
+2
2018-11-25
MediaWiki reader internals: remove unnecessary binding
Alexander Krotov
1
-2
/
+1
2018-11-22
Hlint suggestions.
John MacFarlane
2
-3
/
+1
2018-11-19
LaTeX reader: cleaned up handling of dimension arguments.
John MacFarlane
2
-6
/
+12
2018-11-18
LaTeX reader: don't allow arguments for verbatim, etc.
John MacFarlane
1
-1
/
+0
2018-11-18
LaTeX reader: Allow space before bracketed options.
John MacFarlane
1
-1
/
+2
2018-11-18
LaTeX reader: allow optional arguments after \\ in tables.
John MacFarlane
1
-1
/
+2
2018-11-18
LaTeX reader: improve parsing of `\tiny`, `scriptsize`, etc.
John MacFarlane
1
-4
/
+18
2018-11-19
FB2 reader: do not throw error for unknown elements in <body>
Alexander Krotov
1
-1
/
+1
2018-11-16
HTML reader: allow tfoot before body rows.
John MacFarlane
1
-2
/
+3
2018-11-15
HTML reader: parse `<small>` as a Span with class "small".
John MacFarlane
1
-0
/
+4
2018-11-14
Muse reader: trim whitespace before parsing grid table cells
Alexander Krotov
1
-2
/
+2
2018-11-14
Muse reader: add grid tables support
Alexander Krotov
1
-2
/
+31
2018-11-13
HTML reader: allow thead containing a row with td rather than th.
John MacFarlane
1
-11
/
+11
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
3
-32
/
+22
2018-11-11
Clean up toIdent in CommonMark reader.
John MacFarlane
1
-8
/
+9
2018-11-03
Vimwiki reader: parse Text without converting to [Char]
Alexander Krotov
1
-4
/
+3
2018-11-03
Creole reader: parse Text without converting to [Char]
Alexander Krotov
1
-4
/
+3
2018-11-02
Man reader: table improvements.
John MacFarlane
1
-6
/
+7
2018-11-02
Man reader: allow .SS to have blank contents.
John MacFarlane
1
-1
/
+1
2018-11-02
Roff reader: Don't require global table options.
John MacFarlane
1
-2
/
+2
2018-11-02
Roff reader: tbl improvements.
John MacFarlane
1
-1
/
+2
2018-11-02
Roff reader: Handle 'H' modifier after '.TS'.
John MacFarlane
1
-3
/
+2
[prev]
[next]