aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2014-07-16Removed redundant clause in markdown parser.John MacFarlane1-2/+1
2014-07-13Use renderTags' for all tag rendering.John MacFarlane1-1/+1
2014-07-11Removed (>>~) functionMatthew Pickering1-4/+4
2014-07-10Fixed an issue caused by e4263d306e6988dd322c895242eb818d22b9e012.John MacFarlane1-0/+5
2014-07-10Markdown reader: Fixed regression with intraword underscores.John MacFarlane1-10/+16
2014-07-10Markdown reader: Slight rewrite of enclosure/emphOrStrong code.John MacFarlane1-6/+8
2014-07-07Revamped raw HTML block parsing in markdown.John MacFarlane1-42/+47
2014-06-23Markdown reader: Combine consecutive latex environments.John MacFarlane1-2/+4
2014-06-20Markdown reader: Support smallcaps through span.John MacFarlane1-1/+6
2014-06-20Markdown reader: Prevent spurious line breaks after list items.John MacFarlane1-1/+2
2014-06-16Small improvement to fix to #1333.John MacFarlane1-4/+1
2014-06-16Markdown reader: fixed #1333 (table parsing bug).John MacFarlane1-5/+6
2014-05-27Markdown reader: Handle `c++` and `objective-c` as language identifiersJohn MacFarlane1-1/+8
2014-05-14Move `citeKey` from Readers.Markdown to ParsingAlbert Krewinkel1-14/+0
2014-05-14Introduce class HasLastStrPosition, generalize functionsAlbert Krewinkel1-8/+3
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-05-04Fixed the fix to #1154.John MacFarlane1-1/+1
2014-05-04Markdown reader: Fixed bug with unwanted code in lists.John MacFarlane1-0/+1
2014-05-02Fixed empty reference links. Closes #1186.John MacFarlane1-3/+1
2014-05-01Markdown reader: Make one-column pipe tables work.John MacFarlane1-6/+16
2014-04-24Render numbers in YAML metadata without decimals when possible.John MacFarlane1-1/+6
2014-04-19Move `compactify'DL` from Markdown reader into SharedAlbert Krewinkel1-17/+0
2014-04-01Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering1-1/+1
2014-03-24Markdown reader: Fixed regression on line breaks in strict mode.John MacFarlane1-1/+1
2014-02-26Markdown reader: Improved parsing of nested divs.John MacFarlane1-0/+2
2014-02-26Markdown parser: avoid backtracking when closing `</div>` not found.John MacFarlane1-6/+13
2014-02-26Markdown reader: small efficiency improvement.John MacFarlane1-1/+1
2014-02-25Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane1-1/+11
2014-02-21Fixed bug in reference link parsing in markdown_mmd.John MacFarlane1-1/+1
2014-02-04Slight code reorganization in endline.John MacFarlane1-5/+3
2014-01-09Markdown parser: be more permissive about citation keys.John MacFarlane1-3/+4
2014-01-07Markdown reader: Allow hard line breaks in table cells.John MacFarlane1-3/+3
2013-12-19HLint: use fromMaybeHenry de Valence1-2/+2
2013-12-19HLint: redundant parensHenry de Valence1-1/+1
2013-12-19HLint: use `elem` and `notElem`Henry de Valence1-4/+4
2013-12-15Properly handle script blocks in strict mode.John MacFarlane1-1/+3
2013-12-12Markdown reader: Fixed regression in title blocks.John MacFarlane1-4/+4
2013-12-07Another small performance improvement.John MacFarlane1-3/+5
2013-12-07Small performance improvement in list parsing.John MacFarlane1-2/+3
2013-12-07Markdown reader: Fixed bug with literal `</div>` in lists.John MacFarlane1-3/+4
2013-12-06HTML reader: Parse LaTeX math if appropriate options are set.John MacFarlane1-33/+0
2013-12-04Stop parsing "list lines" when we hit a block tag.John MacFarlane1-1/+3
2013-11-22Fixed bug with intraword emphasis.John MacFarlane1-1/+2
2013-11-03Markdown reader: Correctly handle empty bullet list items.John MacFarlane1-4/+5
2013-10-29Markdown reader: Yaml block must start immediately after `---`.John MacFarlane1-0/+1
2013-09-14Markdown reader: unresolved citations fall back to original text.John MacFarlane1-11/+14
2013-09-09Markdown: don't parse citation right after alphanumeric.John MacFarlane1-0/+5
2013-09-08markdown+list_without_preceding_blankline:+Interpret text before list as para...John MacFarlane1-3/+5
2013-09-08Markdown: Allow backtick code blocks not to be preceded by blank line.John MacFarlane1-0/+3
2013-09-07Added `lists_without_preceding_blankline` extension.John MacFarlane1-0/+1