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-08-08
Changes to literate haskell options.
John MacFarlane
1
-1
/
+1
2012-08-07
Markdown reader: Modified to use Builder from pandoc-types 1.10.*.
John MacFarlane
1
-5
/
+3
2012-08-06
Support hard_line_breaks markdown extension.
John MacFarlane
1
-1
/
+2
2012-08-05
Started making markdown table writer sensitive to options.
John MacFarlane
1
-1
/
+1
2012-08-04
Markdown reader: look for raw html/latex blocks before tables.
John MacFarlane
1
-2
/
+2
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
1
-4
/
+4
2012-08-01
Major rewrite of markdown reader.
John MacFarlane
1
-390
/
+553
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
[next]