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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-12
RST writer: tweaks to header normalization.
John MacFarlane
1
-4
/
+22
2015-10-11
Removed unnecessary import.
John MacFarlane
1
-1
/
+1
2015-10-11
Percent-encode more special characters in URLs.
John MacFarlane
2
-7
/
+10
2015-10-11
Define Typeable and Exception instances for PandocError.
John MacFarlane
1
-1
/
+6
2015-10-11
HTML reader/writer: better handling of "section" elements.
John MacFarlane
2
-5
/
+15
2015-10-11
Native writer: format Div properly, with blocks separated.
John MacFarlane
1
-0
/
+2
2015-10-10
Merge pull request #2412 from frerich/reader/docbook/xref_support
John MacFarlane
1
-5
/
+37
2015-10-10
Merge pull request #2441 from mb21/polyglossia-lang
John MacFarlane
1
-20
/
+36
2015-10-10
Re-export pandocVersions from Text.Pandoc.
John MacFarlane
1
-1
/
+2
2015-10-10
Merge pull request #2426 from alexvong1995/better-man-writer
John MacFarlane
3
-9
/
+11
2015-10-09
LaTeX reader: don't eat excess whitespace after macros.
John MacFarlane
1
-4
/
+4
2015-10-09
LaTeX reader: don't eat whitespace after macro with only opt arg.
John MacFarlane
1
-1
/
+3
2015-10-07
Change variable to polyglossia-lang.name and .options
mb21
1
-20
/
+36
2015-10-04
Docx Reader: Parse soft, no-break hyphen elements
Ophir Lifshitz
2
-1
/
+7
2015-10-03
FIxed typo: Ext_superscript, Ext_subscript.
John MacFarlane
1
-2
/
+2
2015-10-03
For markdown_mmd, add: implicit_figures, superscripts, subscripts.
John MacFarlane
1
-0
/
+9
2015-10-01
Set the template variable $pandoc-version$ to pandocVersion by default.
Alex Vong
1
-0
/
+1
2015-10-01
Move the variable pandocVersion from `src/Text/Pandoc.hs` to
Alex Vong
2
-9
/
+9
2015-10-01
Set the template variable $hyphenate$ to true by default
Alex Vong
1
-0
/
+1
2015-09-26
Removed unneeded imports.
John MacFarlane
2
-3
/
+2
2015-09-26
MediaBag: ensure that / is always used as path separator.
John MacFarlane
2
-7
/
+10
2015-09-26
Merge pull request #2419 from mb21/bidi
John MacFarlane
2
-13
/
+40
2015-09-26
Support bidirectional text output with XeLaTeX, ConTeXt and HTML
mb21
2
-13
/
+40
2015-09-26
Removed unneeded import.
John MacFarlane
1
-1
/
+0
2015-09-25
Correctly recognize book documentclass in metadata.
John MacFarlane
1
-1
/
+1
2015-09-25
Markdown reader: handle 'id' and 'class' in parsing key/value attrs.
John MacFarlane
1
-1
/
+5
2015-09-24
Improve text generated for <xref> by employing docbook-xsl heuristics
Frerich Raabe
1
-2
/
+16
2015-09-24
Added proper support for DocBook 'xref' elements
Frerich Raabe
1
-2
/
+18
2015-09-23
Pass the parsed DocBook content along the state of readDocBook
Frerich Raabe
1
-2
/
+4
2015-09-23
Minor refactoring to readDocBook
Frerich Raabe
1
-2
/
+2
2015-09-23
LaTeX reader: support longtable.
John MacFarlane
1
-0
/
+2
2015-09-22
Merge pull request #2369 from mb21/language-variables
John MacFarlane
2
-12
/
+176
2015-09-20
Merge pull request #2406 from tarleb/org-verse-fix
John MacFarlane
1
-1
/
+1
2015-09-19
Make sure verse blocks can contain empty lines
Albert Krewinkel
1
-1
/
+1
2015-09-19
[RST Writer] Don't normalize heading levels below input minimum
Nikolay Yakimov
1
-1
/
+7
2015-09-17
Markdown writer: in TOC, add links to headers.
John MacFarlane
1
-2
/
+5
2015-09-09
Use user data directory for reference docx archive.
John MacFarlane
1
-1
/
+1
2015-08-20
`lang` variable is now in BCP47 format
mb21
2
-12
/
+176
2015-08-17
Merge pull request #2364 from gbataille/bugDoc
John MacFarlane
1
-6
/
+6
2015-08-17
[BUG] Haddock : * and ^ to be escaped in docs
Grégory Bataille
1
-6
/
+6
2015-08-15
RST reader: better handling of indirect roles.
John MacFarlane
1
-9
/
+11
2015-08-15
Merge pull request #2360 from jg/issue-2354
John MacFarlane
2
-2
/
+18
2015-08-15
Org reader: add auto identifiers if not present on headers
Juliusz Gonera
2
-2
/
+18
2015-08-13
RST writer: ensure that `\ ` is inserted when needed...
John MacFarlane
1
-0
/
+2
2015-08-12
RST writer: Don't insert `\ ` when complex expression in matched pairs.
John MacFarlane
1
-3
/
+4
2015-08-10
EPUB TOC: replace literal "<br/>" with space.
John MacFarlane
1
-0
/
+1
2015-08-10
EPUB reader: stop mangling external URLs.
John MacFarlane
1
-8
/
+1
2015-08-10
Docx writer: Moved invalid character stripping to `formattedString`.
John MacFarlane
1
-4
/
+4
2015-08-08
Text.Pandoc: disable auto_identifiers for epub.
John MacFarlane
1
-2
/
+1
2015-08-08
MediaWiki reader: handle unquoted table attributes.
John MacFarlane
1
-2
/
+2
[prev]
[next]