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
2012-08-02
Markdown reader: Import <> from Text.Pandoc.Builder.
John MacFarlane
1
-2
/
+2
2012-08-02
Made F a newtype, moved definitions to Parser.
John MacFarlane
1
-20
/
+14
2012-08-01
Improved implementation of pipe tables.
John MacFarlane
1
-25
/
+14
2012-08-01
Parsing: removed duplication of Key and Key'.
John MacFarlane
2
-18
/
+23
2012-08-01
Major rewrite of markdown reader.
John MacFarlane
2
-392
/
+555
2012-07-27
Markdown reader: Added sensitivity to Ext_example_lists.
John MacFarlane
1
-1
/
+3
2012-07-27
Markdown reader: Check fancy_lists and startnum extensions.
John MacFarlane
1
-2
/
+6
2012-07-27
Replaced writerStrict with writerExtensions in WriterOptions.
John MacFarlane
1
-5
/
+7
2012-07-26
Fixed whitespace errors.
John MacFarlane
7
-81
/
+81
2012-07-26
Textile reader: Replace failIfStrict with guardEnabled.
John MacFarlane
1
-3
/
+3
2012-07-26
Use readerExtensions instead of readerStrict in readers.
John MacFarlane
2
-110
/
+91
2012-07-25
Changed reader parameters from ParserState to ReaderOptions.
John MacFarlane
6
-22
/
+23
2012-07-25
Restored stateStandalone as readerStandalone.
John MacFarlane
1
-2
/
+5
2012-07-25
Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions.
John MacFarlane
1
-2
/
+2
2012-07-25
stateCitations -> readerCitations.
John MacFarlane
1
-2
/
+2
2012-07-25
Got rid of stateStandalone, which was hardly used anyway.
John MacFarlane
1
-3
/
+1
2012-07-25
Moved stateOldDashes to readerOldDashes in ReaderOptions.
John MacFarlane
1
-4
/
+6
2012-07-25
Moved stateTabStop to readerTabStop in ReaderOptions.
John MacFarlane
2
-10
/
+7
2012-07-25
Moved ParseRaw from ParserState to ReaderOptions.
John MacFarlane
4
-13
/
+16
2012-07-25
Options -> ReaderOptions.
John MacFarlane
3
-13
/
+13
2012-07-25
Put smart, strict in separate options field in state.
John MacFarlane
3
-13
/
+19
2012-07-24
HTML reader: Fixed bug in htmlBalanced.
John MacFarlane
1
-2
/
+1
2012-07-24
Don't require strict HTML blocks to begin at left margin.
John MacFarlane
1
-3
/
+1
2012-07-24
Use catch from Control.Exception to avoid warnings.
John MacFarlane
1
-2
/
+4
2012-07-24
Small fix to fix: Allow blank lines btw table and caption.
John MacFarlane
1
-0
/
+1
2012-07-24
Fixed performance improvement to tables.
John MacFarlane
1
-1
/
+1
2012-07-24
More performance improvements on pipe tables.
John MacFarlane
1
-2
/
+1
2012-07-24
Refactored table parsers, captions now not part of core tableWith.
John MacFarlane
2
-11
/
+17
2012-07-24
Slight improvement to performance for pipe tables.
John MacFarlane
1
-11
/
+16
2012-07-22
Revised code for pipe tables.
John MacFarlane
1
-5
/
+51
2012-07-22
Merge pull request #510 from mytskine/markdown-extra
John MacFarlane
1
-0
/
+5
2012-07-20
Use Parser as type synonym for Parsec.
John MacFarlane
5
-305
/
+305
2012-07-20
Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.
John MacFarlane
5
-7
/
+1
2012-07-20
Use Text.Parsec instead of Text.ParserCombinators.Parsec.
John MacFarlane
5
-317
/
+317
2012-07-16
Don't recognize inline-markup starts inside words.
John MacFarlane
1
-8
/
+17
2012-07-13
Textile reader: properly handle links with surrounding brackets.
John MacFarlane
1
-3
/
+16
2012-06-26
Docbook reader: Added support for "bold" emphasis.
John MacFarlane
1
-0
/
+1
2012-06-04
Markdown reader: Added cf. and cp. to list of likely abbreviations.
John MacFarlane
1
-1
/
+1
2012-05-29
Textile reader: fix for `<notextile>` and `==`.
paul.rivier
1
-10
/
+3
2012-05-29
RST reader: handle figures.
John MacFarlane
1
-0
/
+15
2012-05-29
Added a couple needed trys to textile reader.
John MacFarlane
1
-2
/
+2
2012-05-22
LaTeX reader: Support `\centerline`.
John MacFarlane
1
-0
/
+1
2012-05-12
DocBook: support segmentedlist.
John MacFarlane
1
-4
/
+17
2012-05-12
DocBook reader: Support simplelist, member.
John MacFarlane
1
-3
/
+5
2012-05-12
Don't include non-language classes for code blocks.
John MacFarlane
1
-6
/
+6
2012-05-12
DocBook reader: Recognize example as block element.
John MacFarlane
1
-1
/
+1
2012-05-12
DocBook reader: Promote level 0 headers to 1 even if dbBook not set.
John MacFarlane
1
-1
/
+1
2012-05-12
DocBook reader: Support bridgehead.
John MacFarlane
1
-2
/
+3
2012-05-12
DocBook reader: only use language classes for inline code.
John MacFarlane
1
-18
/
+18
2012-05-12
DocBook reader: Better handling tags that can have inline or block content.
John MacFarlane
1
-10
/
+10
[prev]
[next]