Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-05 | Added `--default-image-extension` and `readerDefaultImageExtension`. | John MacFarlane | 1 | -12/+14 | |
Note: Currently this only affects the markdown reader. | |||||
2013-01-16 | Implemented Ext_link_attributes in markdown reader. | John MacFarlane | 1 | -0/+2 | |
Also simplified source URL and link title parsers. | |||||
2013-01-16 | Implemented Ext_mmd_header_identifiers in markdown reader. | John MacFarlane | 1 | -0/+1 | |
2013-01-16 | Options: Added multimarkdownExtensions. | John MacFarlane | 1 | -2/+18 | |
Also added 'markdown_mmd' as input/output option. | |||||
2013-01-15 | Added `writerHtmlQTags` and `--html-q-tags` option. | John MacFarlane | 1 | -0/+2 | |
The previous default was to use `<q>` tags in HTML5. But `<q>` tags are also valid HTML4, and they are not very robust in HTML5. Some user agents don't support them, and some CSS resets prevent pandoc's quotes CSS from working properly (e.g. bootstrap). It seems a better default just to insert quote characters, but the option is provided for those who have gotten used to using `<q>` tags. | |||||
2013-01-15 | Changed Ext_autolink_urls -> Ext_autolink_bare_uris. | John MacFarlane | 1 | -2/+2 | |
Added tests. | |||||
2013-01-14 | Added Ext_implicit_figures. | John MacFarlane | 1 | -2/+2 | |
No code to hook this in yet. | |||||
2013-01-13 | Markdown reader: Support RST-style line blocks. | John MacFarlane | 1 | -0/+2 | |
This depends on the new Ext_line_blocks extension. | |||||
2013-01-11 | Options: Added githubMarkdownExtensions. | John MacFarlane | 1 | -0/+15 | |
Added github_markdown as input/output option. | |||||
2013-01-10 | Options: Added phpMarkdownExtraExtensions. | John MacFarlane | 1 | -0/+14 | |
And added markdown_phpextra input/output format. | |||||
2013-01-10 | Implemented Ext_header_attributes. | John MacFarlane | 1 | -0/+2 | |
This allows explicit attributes to be put on headers, using a syntax like that for code blocks: {#id .class .class k=v k=v} | |||||
2013-01-10 | Ext_header_identifiers -> Ext_auto_identifiers. | John MacFarlane | 1 | -2/+2 | |
2013-01-05 | EPUB changes. | John MacFarlane | 1 | -0/+5 | |
* Epub writer now exports writeEPUB, not writeEPUB2 and writeEPUB3. * Options now exports EPUBVersion * WriterOptions now includes writerEpubVersion. | |||||
2013-01-05 | Changed --toc-level to --toc-depth. | John MacFarlane | 1 | -2/+2 | |
2013-01-05 | Changed `--epub-toc-level` to `--toc-level`. | John MacFarlane | 1 | -2/+2 | |
Also writerEpubTOCLevel -> writerTOCLevel. So far this is only implemented in the EPUB writer. | |||||
2013-01-04 | Renamed writerEPUBMetadata -> writerEpubMetadata. | John MacFarlane | 1 | -2/+2 | |
API change for consistency. | |||||
2013-01-04 | Added `--epub-chapter-level` and `--epub-toc-level` options. | John MacFarlane | 1 | -0/+4 | |
Also added writerEpubChapterLevel and writerEpubTOCLevel fields to WriterOptions. | |||||
2013-01-03 | Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`. | John MacFarlane | 1 | -0/+4 | |
Now by default pandoc will act as if link references have been defined for all headers. So, you can do this: # My header Link to [My header]. Another link to [it][My header]. Closes #691. | |||||
2012-10-14 | Re-added Read instance for ReaderOptions. | John MacFarlane | 1 | -1/+1 | |
Requires dev version of citeproc-hs. | |||||
2012-10-13 | Moved bibliography processing into readers. | John MacFarlane | 1 | -3/+6 | |
Previously this was done in src/pandoc.hs, which made it difficult for library users. * Removed readerCitations in ReaderOptions. * Added readerReferences and readerCitationStyle to ReaderOptions. * Moved use of processBiblio from main program to the markdown and LaTeX readers. | |||||
2012-09-27 | Removed Ext_monospace_autolinks. | John MacFarlane | 1 | -2/+0 | |
2012-09-27 | Added Ext_autolink_urls. | John MacFarlane | 1 | -0/+1 | |
2012-09-27 | Renamed Ext_autolink_code_spans to Ext_monospace_autolinks. | John MacFarlane | 1 | -2/+2 | |
2012-09-25 | Make --id-prefix affect footnote IDs in markdown writer. | John MacFarlane | 1 | -0/+1 | |
Closes #614. | |||||
2012-08-21 | Implemented Ext_backtick_code_blocks. | John MacFarlane | 1 | -0/+2 | |
This is the variant github prefers. | |||||
2012-08-21 | Added Ext_fenced_code_attributes. | John MacFarlane | 1 | -0/+2 | |
2012-08-21 | Changed nomenclature, delimited -> fenced code blocks. | John MacFarlane | 1 | -2/+2 | |
2012-08-19 | Added Ext_abbrevations for PHP markdown style abbreviation keys. | John MacFarlane | 1 | -0/+1 | |
Note: pandoc does not have an abbreviation element (yet) and so currently when this extension is enabled, it just causes pandoc to skip the abbrevation keys. | |||||
2012-08-16 | Added comments in Options. | John MacFarlane | 1 | -38/+40 | |
2012-08-12 | Added Ext_raw_html extension. | John MacFarlane | 1 | -1/+4 | |
Closes #556 -- you can now specify markdown-raw_html as your input format. (Read: markdown minus raw_html.) | |||||
2012-08-12 | Implemented Ext_mmd_title_block in markdown reader & writer. | John MacFarlane | 1 | -2/+3 | |
2012-08-11 | Mardkown reader: Implemented Ext_markdown_attribute. | John MacFarlane | 1 | -0/+1 | |
2012-08-11 | Revert "Implemented Ext_markdown_attribute." | John MacFarlane | 1 | -1/+0 | |
This reverts commit 78d3a0fb9d3f862d5e2b61bd45434f7af9cd9f18. | |||||
2012-08-11 | Implemented Ext_markdown_attribute. | John MacFarlane | 1 | -0/+1 | |
This adds markdown=1 to block tags. | |||||
2012-08-10 | Options and documentation for backslash tex math options. | John MacFarlane | 1 | -0/+2 | |
Ext_tex_math_single_backslash and Ext_tex_math_double_backslash. Still need to code in reader. | |||||
2012-08-10 | Changed Ext_tex_math to Ext_tex_math_dollars. | John MacFarlane | 1 | -2/+2 | |
2012-08-10 | Removed refs to Ext_header_identifiers in comments. | John MacFarlane | 1 | -2/+0 | |
2012-08-08 | Changes to literate haskell options. | John MacFarlane | 1 | -4/+5 | |
- Removed writerLiterateHaskell from WriterOptions. - Removed readerLiterateHaskell from ReaderOptions. - Added Ext_literate_haskell to Extensions. Test for this instead of the above. - Removed failUnlessLHS from Shared. Note: At this point, +lhs and .lhs extension no longer has any effect. Need to fix. | |||||
2012-08-07 | Made pandocExtensions default for reader/writer options. | John MacFarlane | 1 | -2/+2 | |
2012-08-06 | Support hard_line_breaks markdown extension. | John MacFarlane | 1 | -0/+41 | |
* Added Ext_hard_line_breaks. * Added section in README on non-pandoc extensions. * Exported pandocExtensions and strictExtensions in Text.Pandoc.Options. Closes #514. | |||||
2012-07-27 | Commented out extensions that don't yet do anything. | John MacFarlane | 1 | -2/+3 | |
2012-07-27 | Removed deprecated writerXeTeX. | John MacFarlane | 1 | -3/+0 | |
2012-07-27 | Markdown reader: Added sensitivity to Ext_example_lists. | John MacFarlane | 1 | -0/+1 | |
2012-07-27 | Replaced writerStrict with writerExtensions in WriterOptions. | John MacFarlane | 1 | -2/+4 | |
Still have not implemented individual tests for all the extensions in the markdown writer. | |||||
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -0/+121 | |
2012-07-26 | Use readerExtensions instead of readerStrict in readers. | John MacFarlane | 1 | -13/+27 | |
Test individually for the extensions. | |||||
2012-07-26 | pandoc: Set readerExtensions instead of readerStrict. | John MacFarlane | 1 | -2/+3 | |
2012-07-25 | Changed reader parameters from ParserState to ReaderOptions. | John MacFarlane | 1 | -0/+1 | |
2012-07-25 | Restored stateStandalone as readerStandalone. | John MacFarlane | 1 | -0/+2 | |
It is indeed needed by the RST reader. | |||||
2012-07-25 | Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions. | John MacFarlane | 1 | -9/+14 | |