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-08-27
Merge branch 'master' of github.com:jgm/pandoc
John MacFarlane
3
-91
/
+6
2013-08-25
Merge pull request #961 from nougad/add_latex_listings_label
John MacFarlane
1
-1
/
+2
2013-08-24
Removed dependency on citeproc-hs.
John MacFarlane
2
-8
/
+2
2013-08-24
Moved most of Text.Pandoc.Readers.TeXMath to texmath 0.6.4.
John MacFarlane
1
-82
/
+2
2013-08-22
Write id for code block to label attr in latex when listing is used
Florian Eitel
1
-1
/
+2
2013-08-21
LaTeX reader: Added o-cedilla.
John MacFarlane
1
-0
/
+2
2013-08-21
Merge pull request #960 from semorrison/master
John MacFarlane
1
-0
/
+6
2013-08-21
cedilla-o breaks the compile, removing again
Scott Morrison
1
-2
/
+0
2013-08-21
adding some cedilla characters to the LaTeX reader
Scott Morrison
1
-0
/
+8
2013-08-20
Create Cite element even if no matching reference in the biblio.
John MacFarlane
1
-9
/
+12
2013-08-18
Allow multiple YAML metadata blocks in document.
John MacFarlane
1
-51
/
+56
2013-08-17
Markdown reader: Parse span, div tags as Span, Div elements.
John MacFarlane
1
-0
/
+22
2013-08-17
Markdown reader: Don't generate blank title, author, date elements.
John MacFarlane
1
-3
/
+3
2013-08-16
LaTeX reader: parse label after section command and set id.
John MacFarlane
1
-2
/
+4
2013-08-16
LaTeX reader missing \oe and \OE characters
Scott Morrison
1
-0
/
+2
2013-08-16
adding support for breve accents via \u{} while reading LaTeX
Scott Morrison
1
-0
/
+16
2013-08-10
Use walk, walkM in place of bottomUp, bottomUpM when possible.
John MacFarlane
2
-4
/
+4
2013-08-10
Adjustments for new Format newtype.
John MacFarlane
4
-6
/
+7
2013-08-08
Revert "Textile reader: Removed raw LaTeX parsing."
John MacFarlane
1
-0
/
+16
2013-08-08
Added Text.Pandoc.Compat.TagSoupEntity.
John MacFarlane
2
-2
/
+2
2013-08-07
Textile reader: Removed raw LaTeX parsing.
John MacFarlane
1
-16
/
+0
2013-08-07
Allow YAML title blocks to contain only comments.
John MacFarlane
1
-1
/
+4
2013-08-06
Added support for MetaBool.
John MacFarlane
1
-1
/
+1
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
[next]