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
/
Markdown.hs
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-31
/
+31
2012-07-26
Use readerExtensions instead of readerStrict in readers.
John MacFarlane
1
-84
/
+72
2012-07-25
Changed reader parameters from ParserState to ReaderOptions.
John MacFarlane
1
-3
/
+4
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
Moved stateTabStop to readerTabStop in ReaderOptions.
John MacFarlane
1
-8
/
+5
2012-07-25
Moved ParseRaw from ParserState to ReaderOptions.
John MacFarlane
1
-1
/
+3
2012-07-25
Options -> ReaderOptions.
John MacFarlane
1
-10
/
+10
2012-07-25
Put smart, strict in separate options field in state.
John MacFarlane
1
-10
/
+11
2012-07-24
Don't require strict HTML blocks to begin at left margin.
John MacFarlane
1
-3
/
+1
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
1
-9
/
+15
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
1
-134
/
+134
2012-07-20
Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.
John MacFarlane
1
-1
/
+0
2012-07-20
Use Text.Parsec instead of Text.ParserCombinators.Parsec.
John MacFarlane
1
-137
/
+137
2012-06-04
Markdown reader: Added cf. and cp. to list of likely abbreviations.
John MacFarlane
1
-1
/
+1
2012-05-08
Treat four or more `~` or `^` in an inline context as regular text.
John MacFarlane
1
-3
/
+3
2012-04-13
Markdown reader: Allow lists as list items.
John MacFarlane
1
-6
/
+8
2012-04-12
Markdown: don't recognize references inside delimited code blocks.
John MacFarlane
1
-0
/
+1
2012-02-21
Added support for markdown-extra tables in the markdown parser
François Gannaz
1
-0
/
+5
2012-02-08
Improvements to markdown attributes syntax (on code blocks).
John MacFarlane
1
-4
/
+5
2012-02-07
Limit nesting of strong/emph.
John MacFarlane
1
-2
/
+14
2012-02-05
Removed module Text.Pandoc.CharacterReferences.
John MacFarlane
1
-3
/
+3
2012-02-04
Complete rewrite of LaTeX reader.
John MacFarlane
1
-12
/
+9
2012-01-28
Removed an unnecessary `many spaceChar`.
John MacFarlane
1
-1
/
+1
2012-01-28
Markdown reader: Fixed bug in code block attribute parser.
John MacFarlane
1
-3
/
+4
2012-01-28
Support github syntax for fenced code blocks.
John MacFarlane
1
-10
/
+14
2012-01-27
Fixed table parsing with wide or combining characters.
John MacFarlane
1
-4
/
+4
2012-01-10
Markdown reader: fixed bug in table/hrule parsing.
John MacFarlane
1
-1
/
+1
2012-01-08
Markdown reader: Allow links in image captions.
John MacFarlane
1
-13
/
+10
2012-01-02
Markdown reader: Fix parsing of consecutive lists.
John MacFarlane
1
-10
/
+12
2011-12-29
Better smart quote parsing.
John MacFarlane
1
-0
/
+2
2011-12-27
Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.
John MacFarlane
1
-8
/
+6
2011-12-27
Markdown reader: Improved previous patch to allow unicode apostrophe.
John MacFarlane
1
-1
/
+2
2011-12-26
Modified str parser to capture apostrophes in smart mode.
John MacFarlane
1
-2
/
+9
2011-12-05
Markdown reader: Fixed backslash escapes in reference links.
John MacFarlane
1
-4
/
+3
2011-12-05
Markdown: Better handling of escapes in link URLs and titles.
John MacFarlane
1
-10
/
+8
2011-12-05
Changes to fit new charsInBalanced.
John MacFarlane
1
-6
/
+11
2011-12-05
Markdown reader: internal changes.
John MacFarlane
1
-5
/
+9
2011-11-09
Markdown citations: don't strip off initial space in locator.
John MacFarlane
1
-1
/
+5
2011-11-06
Markdown reader: allow punctuation only internally in cite keys.
John MacFarlane
1
-1
/
+2
2011-07-30
Added PRAGMA needed for ghc 6.12.
John MacFarlane
1
-0
/
+1
[next]