summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Remove pre-built reference filesNikolay Yakimov2015-03-28
| |
* | Updated tests for new highlighting-kate behavior.John MacFarlane2015-03-28
| |
* | Fixed ghc-prof-options.John MacFarlane2015-03-28
| |
* | Require highlighting-kate >= 0.5.14John MacFarlane2015-03-28
| | | | | | | | | | | | | | | | | | | | This ensures that all code blocks will be wrapped in a div with class sourceCode. Also, the default highlighting CSS now adds `div.sourceCode { x-overflow: auto; }`, which means that code blocks (even with line numbers) will acquire a scroll bar on screens too small to display them (e.g. mobile phones). See #1903 and jgm/highlighting-kate#65.
* | pandoc.cabal: changed default profiling options.John MacFarlane2015-03-27
| | | | | | | | | | Removed `-auto-all` and `-caf-all` at cabal's suggestion. Use `-auto-exported` instead.
* | Merge pull request #2030 from lierdakil/issue2026John MacFarlane2015-03-27
|\ \ | | | | | | Fixes for #2026
| * | Markdown Reader: Require nonempty value in mmd title blockNikolay Yakimov2015-03-28
| | | | | | | | | | | | | | | `many1Till` will gobble up newline, and then whole following line will match, so I had to use guard here.
| * | Markdown Reader: Req. " " after key in mmd title blockNikolay Yakimov2015-03-28
| | | | | | | | | | | | | | | | | | | | | Require space after key-value delimiter colon in mmd title block. Issue #2026 Amend: parsec's `spaces` include newlines, but we don't want that. Had to make custom `spaceNoNewline` parser here
| * | Markdown Reader: Disable meta exts for meta valuesNikolay Yakimov2015-03-28
| | | | | | | | | | | | | | | Disable all metadata block extensions when parsing metadata field values. Issue #2026
* | | travis script: build with ghc 7.10.1.John MacFarlane2015-03-27
| | | | | | | | | | | | For now -Werror is turned of for 7.10.1.
* | | Require highlighting-kate 0.5.13.John MacFarlane2015-03-27
| | | | | | | | | | | | Closes #1903.
* | | README: make defn lists for options all "loose" for consistency.John MacFarlane2015-03-27
| | |
* | | Merge pull request #2023 from lierdakil/fix-stylemapMatthew Pickering2015-03-24
|\| | | | | | | | Docx Writer: Fix StyleMap
| * | Docx Writer: Fix StyleMapNikolay Yakimov2015-03-24
|/ / | | | | | | | | I've messed up badly with it, so it didn't work properly most of the time. At the plus side, fallback mechanic is working wonderfully.
* | Allow pipe tables with header but no body.John MacFarlane2015-03-23
| | | | | | | | Closes #2017.
* | Merge pull request #1947 from mpickering/FmonadJohn MacFarlane2015-03-22
|\ \ | | | | | | Remove F Monad from Markdown and Org readers.
| * | Fix accidently usage of list monad instanceMatthew Pickering2015-03-23
| | |
| * | Add missing importMatthew Pickering2015-03-22
| | |
| * | Factor out "returnState" into Parsing moduleMatthew Pickering2015-03-22
| | |
| * | HLint changesMatthew Pickering2015-03-22
| | |
| * | Remove F Monad from Markdown readerMatthew Pickering2015-03-22
| | |
| * | Generalise signature of addWarningMatthew Pickering2015-03-22
| | |
| * | Add check to see whether in a footnote to ParserState (to avoid circular ↵Matthew Pickering2015-03-22
| | | | | | | | | | | | footnotes)
| * | Remove F monad from ParsingMatthew Pickering2015-03-22
| | |
| * | Changed parseWithWarnings to the more general returnWarnings parser transformerMatthew Pickering2015-03-22
| | |
| * | Remove F monad from Org Reader.Matthew Pickering2015-03-22
| | |
| * | Added generalize function which can be used to lift specialised parsers.Matthew Pickering2015-03-22
|/ / | | | | | | Monad m => Parsec s st a -> Parsec T s st m a
* | Markdown writer: fixes for GHC 7.10.John MacFarlane2015-03-19
| |
* | Bumped upper bounds for filepath, QuickCheck.John MacFarlane2015-03-19
| | | | | | | | Bumped lower bounds for highlighting-kate, texmath.
* | Merge pull request #2013 from ShabbyX/masterJohn MacFarlane2015-03-19
|\ \ | | | | | | Derive from Data and Typeable for libpandoc
| * | Derive from Data and Typeable for libpandocShahbaz Youssefi2015-03-19
|/ / | | | | | | | | | | | | | | | | | | | | This commit derives a few types from Data and Typeable used by libpandoc. Requires corresponding pull-request for Highlighting-Kate: https://github.com/jgm/highlighting-kate/pull/64 Signed-off-by: Shahbaz Youssefi <ShabbyX@gmail.com>
* | Fixed a compiler warning.John MacFarlane2015-03-17
| |
* | Added CommonMark reader using cmark (libcmark bindings).John MacFarlane2015-03-17
| | | | | | | | | | | | | | | | - Added commonmark as an input format. - Added `Text.Pandoc.Readers.CommonMark.readCommonMark`. - For now, we use the markdown writer to generate benchmark text for the CommonMark reader. We can change this when we get a writer.
* | Bump criterion version bound.John MacFarlane2015-03-17
| |
* | Merge pull request #1968 from lierdakil/issue1607John MacFarlane2015-03-16
|\ \ | | | | | | Fixes for multiple docx writer style bugs.
| * | Docx Writer: Tables testNikolay Yakimov2015-03-08
| | |
| * | Docx Writer: set firstRow information in tablesNikolay Yakimov2015-03-08
| | |
| * | Lists testNikolay Yakimov2015-03-08
| | |
| * | Initial tests for writerNikolay Yakimov2015-03-03
| | |
| * | Code cleanupNikolay Yakimov2015-03-03
| | |
| * | Started moving StyleMap out of writer codeNikolay Yakimov2015-03-01
| | |
| * | Update Docx writer for 1cb601d reference.docxNikolay Yakimov2015-03-01
| | |
| * | Update reference.docxNikolay Yakimov2015-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following styles are set as custom: * Author * Abstract * Compact * Image Caption * Table Caption * Definition Term * Definition * First Paragraph Following styles are renamed to correspond with Word Normal.dotm * Block Quote -> Block Text * Link -> Hyperlink * Footnote Ref -> Footnote Reference Following styles added: * Caption Following styles' inheritance changed: * Image Caption <- Caption * Table Caption <- Caption
| * | Remove accidentally added fileNikolay Yakimov2015-02-24
| | |
| * | Comment out unused functions to make CI happyNikolay Yakimov2015-02-24
| | |
| * | Treat some ambiguous styles as custom for nowNikolay Yakimov2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Author * Abstract * Compact * ImageCaption * TableCaption * DefinitionTerm * Definition * FirstParagraph
| * | Do not lookup custom stylesNikolay Yakimov2015-02-23
| | |
| * | Also skip SourceCode style if existsNikolay Yakimov2015-02-23
| | |
| * | If --no-highlight is set, remove *Tok styles.Nikolay Yakimov2015-02-22
| | |
| * | Prototype fix for #1872Nikolay Yakimov2015-02-22
| | |