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
2013-07-29
Markdown atx headers: Allow `.` or `)` after `#` if no `fancy_lists`.
John MacFarlane
1
-1
/
+2
2013-07-25
LaTeX reader: Support `\v{}` for hacek.
John MacFarlane
1
-0
/
+37
2013-07-25
Textile reader: Improved handling of `<pre>` blocks.
John MacFarlane
1
-4
/
+10
2013-07-21
LaTeX reader: Don't add spurious ", " to citation suffixes.
John MacFarlane
1
-7
/
+3
2013-07-20
Markdown reader: Improved strong/emph parsing.
John MacFarlane
1
-34
/
+54
2013-07-17
Added `ignore_line_breaks` markdown extension.
John MacFarlane
1
-0
/
+1
2013-07-16
HTML reader: read widths from col tags if present.
John MacFarlane
1
-6
/
+23
2013-07-16
HTML reader: Handle non-simple tables (#893).
John MacFarlane
1
-3
/
+9
2013-07-16
HTML reader: Generalized table parser.
John MacFarlane
1
-4
/
+9
2013-07-02
Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.
John MacFarlane
1
-1
/
+1
2013-07-02
Markdown reader: Better error messages for yaml headers.
John MacFarlane
1
-5
/
+18
2013-07-01
Markdown reader: Ignore fields ending with _ in YAML headers.
John MacFarlane
1
-2
/
+2
2013-07-01
Emit warning instead of failing on invalid YAML header.
John MacFarlane
1
-4
/
+10
2013-06-27
LaTeX reader: Support alltt environment.
John MacFarlane
1
-2
/
+12
2013-06-25
Fixed 'authors' metadata parsing in reST.
John MacFarlane
1
-1
/
+22
2013-06-24
Use new flexible metadata type.
John MacFarlane
7
-116
/
+154
2013-06-19
Markdown reader: Check for blank lines first in blocks.
John MacFarlane
1
-2
/
+2
2013-06-19
Properly handle blank line at beginning of input.
John MacFarlane
1
-1
/
+1
2013-06-19
Improved code readability.
John MacFarlane
1
-11
/
+15
2013-06-19
Markdown reader: fixed bug in unmatched reference links.
John MacFarlane
1
-7
/
+12
2013-06-18
RST reader: don't insert paragraphs where docutils doesn't.
John MacFarlane
1
-1
/
+6
2013-06-11
Textile reader: Correctly handle entities.
John MacFarlane
1
-1
/
+2
2013-05-20
MediaWiki reader: Ignore attributes on headers.
John MacFarlane
1
-4
/
+3
2013-05-20
MediaWiki reader: Skip attributes on table rows.
John MacFarlane
1
-1
/
+2
2013-05-13
Markdown reader: Allow internal `+` in citation identifiers.
John MacFarlane
1
-1
/
+1
2013-05-12
LaTeX reader: Skip positional options after `\begin{figure}`.
John MacFarlane
1
-0
/
+1
2013-05-09
Treat `\textsl` as emphasized text in LaTeX reader.
John MacFarlane
1
-0
/
+1
2013-04-23
Markdown reader: Implemented `Ext_ascii_identifiers`.
John MacFarlane
1
-2
/
+8
2013-04-19
Markdown reader: minor code cleanup.
John MacFarlane
1
-2
/
+2
2013-04-14
Haddock reader improvements.
John MacFarlane
1
-10
/
+6
2013-04-09
Removed unnecessary OPTIONS flag in Haddock/Parse.y.
John MacFarlane
1
-1
/
+0
2013-04-09
Fixed Haddock reader bugs with list item spaces and examples.
John MacFarlane
1
-10
/
+8
2013-04-04
Haddock reader: leaving Space alone in @...@ seems more semantically correct.
David Lazar
1
-1
/
+0
2013-04-04
Haddock reader: derive Show for Token, making debugging easier.
David Lazar
1
-1
/
+1
2013-03-31
LaTeX reader: Support `\textasciitilde`, `\textasciicircum`.
John MacFarlane
1
-0
/
+2
2013-03-29
Haddock reader: make clearer which production the comment refers to.
David Lazar
1
-2
/
+3
2013-03-29
Haddock reader: add the "haskell" attribute to code blocks so they are
David Lazar
1
-4
/
+4
2013-03-29
Haddock reader: improved error reporting.
David Lazar
3
-6
/
+9
2013-03-28
Parsing: Better error reporting in readWith.
John MacFarlane
1
-1
/
+4
2013-03-28
Haddock writer: use 'text' builder instead of 'str'.
John MacFarlane
1
-3
/
+10
2013-03-28
Add reader for Haddock markup based on Haddock's own lexer/parser.
David Lazar
3
-0
/
+387
2013-03-28
Mediawiki reader: Fixed | links inside table cells.
John MacFarlane
1
-10
/
+8
2013-03-28
Mediawiki reader: Fixed last commit.
John MacFarlane
1
-1
/
+1
2013-03-28
MediaWiki reader: Correctly handle indented preformatted text
John MacFarlane
1
-5
/
+17
2013-03-27
mediawiki reader: allow space before table rows.
John MacFarlane
1
-4
/
+5
2013-03-20
OPML reader: Type attributes are not case sensitive.
John MacFarlane
1
-2
/
+2
2013-03-19
Added Text.Pandoc.Readers.OPML, exporting readOPML.
John MacFarlane
1
-0
/
+95
2013-03-17
Revert "LaTeX reader: citation handling changes."
John MacFarlane
1
-8
/
+3
2013-03-13
Markdown reader: don't lose parentheses in URLs.
John MacFarlane
1
-3
/
+7
2013-03-12
Markdown reader: Handle unmatched double quotes in dialogues.
John MacFarlane
1
-3
/
+8
[next]