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
2015-10-30
Textile reader: don't do smart punctuation unless explicitly asked.
John MacFarlane
1
-3
/
+4
2015-10-26
Markdown reader: improved parser for `mmd_title_block`.
John MacFarlane
1
-9
/
+8
2015-10-25
Merge pull request #2477 from tarleb/org-toggling-header-args
John MacFarlane
1
-4
/
+16
2015-10-25
Org reader: allow toggling header args
Albert Krewinkel
1
-4
/
+16
2015-10-24
Org reader: fix paragraph/list interaction
Albert Krewinkel
1
-6
/
+29
2015-10-22
Fixed over-eager raw HTML inline parsing.
John MacFarlane
1
-0
/
+1
2015-10-22
Changed § to % in operators from Odt.Arrows.Utils.
John MacFarlane
5
-43
/
+42
2015-10-15
LaTeX reader: fixed longtable support.
John MacFarlane
1
-1
/
+1
2015-10-14
More changes to avoid compiler warnings on ghc 7.10.
John MacFarlane
1
-1
/
+1
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
24
-45
/
+10
2015-10-11
HTML reader/writer: better handling of "section" elements.
John MacFarlane
1
-3
/
+10
2015-10-10
Merge pull request #2412 from frerich/reader/docbook/xref_support
John MacFarlane
1
-5
/
+37
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-04
Docx Reader: Parse soft, no-break hyphen elements
Ophir Lifshitz
2
-1
/
+7
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-19
Make sure verse blocks can contain empty lines
Albert Krewinkel
1
-1
/
+1
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
1
-1
/
+16
2015-08-15
Org reader: add auto identifiers if not present on headers
Juliusz Gonera
1
-1
/
+16
2015-08-10
EPUB reader: stop mangling external URLs.
John MacFarlane
1
-8
/
+1
2015-08-08
MediaWiki reader: handle unquoted table attributes.
John MacFarlane
1
-2
/
+2
2015-08-08
HTML reader: add auto identifiers if not present on headers.
John MacFarlane
1
-7
/
+17
2015-08-08
DocBook reader: handle informalexample.
John MacFarlane
1
-1
/
+4
2015-08-08
LaTeX reader: Implement \Cite.
John MacFarlane
1
-0
/
+1
2015-08-07
Merge pull request #2327 from hftf/list-style
John MacFarlane
1
-23
/
+35
2015-08-07
Updated readers, writers and README for link attribute
mb21
6
-25
/
+16
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
8
-64
/
+103
2015-07-27
HTML Reader: Detect font-variant with pickStyleAttrProps
Ophir Lifshitz
1
-6
/
+5
2015-07-27
Pipe tables: allow indented columns.
John MacFarlane
1
-1
/
+3
2015-07-25
Merge pull request #1689 from kuribas/master
John MacFarlane
1
-3
/
+9
2015-07-24
HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSS
Ophir Lifshitz
1
-17
/
+30
2015-07-23
Added odt reader
MarLinn
12
-0
/
+4121
2015-07-23
Updated tests and removed a skipSpaces....
John MacFarlane
1
-1
/
+0
2015-07-23
Merge pull request #2323 from hftf/implicit-header-refs
John MacFarlane
1
-0
/
+2
2015-07-23
LaTeX reader: support abstract environment.
John MacFarlane
1
-0
/
+1
2015-07-23
Markdown Reader: Skip spaces in headers
Ophir Lifshitz
1
-0
/
+2
2015-07-21
Fix regression: allow HTML comments containing `--`.
John MacFarlane
1
-4
/
+4
2015-07-21
HTML reader: handle type attribute on ol.
John MacFarlane
1
-1
/
+8
2015-07-21
LaTeX reader: properly handle booktabs lines.
John MacFarlane
1
-1
/
+10
2015-07-14
Markdown reader: don't allow bare URI links or autolinks in link label.
John MacFarlane
1
-0
/
+2
2015-07-10
Avoid parsing partial URLs as HTML tags.
John MacFarlane
1
-1
/
+8
2015-07-03
Readers.RST: Factor out inline markup string parsing
Lars-Dominik Braun
1
-15
/
+11
[prev]
[next]