summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Org reader: Read inline code blocksAlbert Krewinkel2014-05-06
| | | | | | | | | | | | | | | | | | | | | | Org's inline code blocks take forms like `src_haskell(print "hi")` and are frequently used to include results from computations called from within the document. The blocks are read as inline code and marked with the special class `rundoc-block`. Proper handling and execution of these blocks is the subject of a separate library, rundoc, which is work in progress. This closes #1278.
* | Windows installer: more typos from transition from cabal-dev.John MacFarlane2014-05-06
| |
* | Windows install script: Fixed typo in path.John MacFarlane2014-05-06
| |
* | make_osx_package: install alex, happy, hsb2hs.John MacFarlane2014-05-06
| |
* | Windows install script: install alex, happy.John MacFarlane2014-05-06
|/
* Windows package script: use cabal sandbox, not cabal-dev.John MacFarlane2014-05-05
|
* make_osx_package: Use cpphs to avoid problems with clang cpp.John MacFarlane2014-05-04
| | | | See https://github.com/jgm/pandoc/issues/1172
* Updated changelog.John MacFarlane2014-05-04
|
* Fixed the fix to #1154.John MacFarlane2014-05-04
| | | | We need to strip off up to 4 spaces, not up to 3.
* LaTeX writer: Fixed inconsistencies with reference escaping.John MacFarlane2014-05-04
| | | | | - toLabel is now monadic, and it does the needed string escaping. - Closes #1130.
* README: Clarified citation key syntax.John MacFarlane2014-05-04
|
* Clarified use of `--natbib` and `--biblatex`.John MacFarlane2014-05-04
| | | | Not for use with pandoc-citeproc.
* Docx writer: Fall back on distribution reference.docx.John MacFarlane2014-05-04
| | | | | | | | * Undid changes to parseXml in last commit. * Instead of a string fallback, we have parseXml fall back on the reference.docx that comes with pandoc if the user's reference.docx does not contain a needed file. * Closes #1185.
* Docx writer: Added ability to give fallback in parseXml.John MacFarlane2014-05-04
|
* Added test for #1154.John MacFarlane2014-05-04
|
* Markdown reader: Fixed bug with unwanted code in lists.John MacFarlane2014-05-04
| | | | | | | Closes #1154. When reading a raw list item, we now strip off nonindent spaces.
* Added Tests.Writer.AsciiDoc to repository.John MacFarlane2014-05-03
|
* README: Note about `unnumbered` being added to final 'References' sect.John MacFarlane2014-05-03
|
* AsciiDoc writer: Handle multiblock table cells.John MacFarlane2014-05-03
| | | | Closes #1246.
* AsciiDoc writer: Added test for empty table cells.John MacFarlane2014-05-03
|
* AsciiDoc writer: Correctly handle empty table cells.John MacFarlane2014-05-03
| | | | Closes #1245.
* DocBook writer: Small tweaks to last commit.John MacFarlane2014-05-03
| | | | | | | | * Use isTightList from Shared. * Adjust writer test, since isTightList is a bit different from what was used before. Closes #1250.
* Distinguish tight and loose lists in Docbook outputNeil Mayhew2014-05-03
| | | | Determined by the first block of the first item being Plain.
* LaTeX reader: Fixed regression introduced with last commit.John MacFarlane2014-05-03
| | | | Tests now pass again.
* LaTeX reader: Better error messages with include files.John MacFarlane2014-05-03
| | | | | | | | | | | | | | Closes #1274. Rewrote handleIncludes. We now report the actual source file and position where the error occurs, even if it is included. We do this by inserting special commands, `\PandocStartInclude` and `\PandocEndInclude`, that encode this information in the preprocessing phase. Also generalized the types of a couple functions from `Text.Pandoc.Parsing`.
* Fixed empty reference links. Closes #1186.John MacFarlane2014-05-02
| | | | Includes test.
* Markdown reader: Make one-column pipe tables work.John MacFarlane2014-05-01
| | | | Closes #1218.
* Merge pull request #1272 from tarleb/link-typesJohn MacFarlane2014-05-01
|\ | | | | Org reader: add support for custom link types
| * Org reader: Add support for custom link typesAlbert Krewinkel2014-05-01
| | | | | | | | | | | | | | | | | | | | | | Org allows users to define their own custom link types. E.g., in a document with a lot of links to Wikipedia articles, one can define a custom wikipedia link-type via #+LINK: wp https://en.wikipedia.org/wiki/ This allows to write [[wp:Org_mode][Org-mode]] instead of the equivallent [[https://en.wikipedia.org/wiki/Org_mode][Org-mode]].
| * gitignore: Ignore cabal's sandbox filesAlbert Krewinkel2014-04-30
| |
* | Updated tests for new LaTeX template.John MacFarlane2014-04-30
| |
* | Use \setkeys{Gin}{} to set appropriate defaults for \includegraphics.John MacFarlane2014-04-30
| | | | | | | | In pandoc and beamer templates. Thanks to Yihui Xie.
* | RST reader: Some fixes to last change, and use "author" not "authors".John MacFarlane2014-04-30
| | | | | | | | (in metadata)
* | RST reader: Better handling of directives.John MacFarlane2014-04-30
| | | | | | | | | | | | | | * We now correctly handle field lists that are indented more than 3 spaces. * We treat an "aafig" directive as a code block with attributes, so it can be processed in a filter. (Closes #1212.)
* | ConTeXt writer: Improved autolinks.John MacFarlane2014-04-30
| | | | | | | | Closes #1270.
* | Require pandoc-types 1.12.3.3.John MacFarlane2014-04-29
| | | | | | | | Fixes #1269.
* | Added Cite to Arbitrary instance.John MacFarlane2014-04-29
| | | | | | | | See #1269. This reveals some test failures.
* | ADded SmallCaps to Arbitrary instance.John MacFarlane2014-04-29
|/
* Merge pull request #1268 from tarleb/copyright-housekeepingJohn MacFarlane2014-04-28
|\ | | | | Copyright housekeeping
| * README: Update variable defaults documentationAlbert Krewinkel2014-04-27
| | | | | | | | | | The documented default values of variables now agree with their true default values as defined in Writer/HTML.hs.
| * COPYRIGHT: Remove outdated copyright statementsAlbert Krewinkel2014-04-27
| | | | | | | | | | Some files are no longer distributed with pandoc, the respective copyright and licensing information is removed.
| * COPYRIGHT: Specifiy the version of the GPLAlbert Krewinkel2014-04-27
| | | | | | | | | | | | | | | | All code in pandoc licensed under the GPL version 2 or later is just marked as being licensed under the GPL. There are multiple versions of the GPL, most notably version 2, version 3 and the Affero GPL. As to avoid possible confusion, licensing info is updated to be more specific about the GPL and its version.
* | Allow html4 as synonym of html as reader.John MacFarlane2014-04-27
| | | | | | | | It already worked for writer.
* | Fix #1267.John MacFarlane2014-04-27
| | | | | | | | | | | | | | We now check the writerName for a lua script in pandoc.hs, so that lowercasing and format parsing aren't done. Note this behavior change: getWriter in Text.Pandoc no longer returns a custom writer on input "foo.lua".
* | A bit of refactoring that shouldn't change any semantics.John MacFarlane2014-04-27
| | | | | | | | In preparation for a fix to #1267.
* | Update latex reader test for change in latex reader.John MacFarlane2014-04-26
| | | | | | | | We use 'author' for metadata, not 'authors'.
* | LaTeX reader: Made `\nocite` work.John MacFarlane2014-04-26
| | | | | | | | | | | | | | This adds nocite citations to a metadata field, `nocite`. These will appear in the bibliography but not in the text (unless you use a `$nocite$` variable in your template, of course).
* | HTML writer: improved detection of image links.John MacFarlane2014-04-26
| | | | | | | | | | Previously image links with queries were not recognized, leading to use of an embed tag rather than an img tag.
* | Updated changelog.John MacFarlane2014-04-25
| |
* | Bump version to 1.12.4.John MacFarlane2014-04-25
|/