| Age | Commit message (Collapse) | Author | Files | Lines | 
|---|
|  | The function allows conversion of numbers below 4000 into roman
numerals. | 
|  | We now convert a ref-list element into a list of
citations in metadata, suitable for use with pandoc-citeproc.
We also convert references to pandoc citation elements.
Thus a JATS article with embedded bibliographic information
can be processed with pandoc and pandoc-citeproc to produce
a formatted bibliography. | 
|  | fixes #4183 | 
|  | API change: export blocksToInlines' from Text.Pandoc.Shared | 
|  | Don't pass through macro definitions themselves when `latex_macros`
is set.  The macros have already been applied.
If `latex_macros` is enabled, then `rawLaTeXBlock` in
Text.Pandoc.Readers.LaTeX will succeed in parsing a macro definition,
and will update pandoc's internal macro map accordingly, but the
empty string will be returned.
Together with earlier changes, this closes #4179. | 
|  | + Preserve original whitespace between blocks.
+ Recognize `\placeformula` as context. | 
|  |  | 
|  |  | 
|  |  | 
|  | The new function `pandoc.utils.stringify` converts any AST element to a
string with formatting removed. | 
|  | The stack now remains unaltered if `getRawInt` or `getTable` fail.  This
is important when those functions are used in an operation that is part
of an Alternative.
Change: minor | 
|  | We were missing an `_`.
See #4188. | 
|  | We don't yet produce incremental lists in PowerPoint, but we should at
least treat lists inside BlockQuotes as lists, for compatibility with
other slide formats. | 
|  | Add Basic JATS reader based on DocBook reader | 
|  |  | 
|  | Previously a `reference.docx` in `~/.pandoc` (or the user data dir)
would be used instead, and this could cause problems because a
user-modified docx sometimes lacks vital sections that we count
on the `distArchive` to supply.
Closes #4182. | 
|  | If the contents are single `Plain` block then do not wrap them with
a <p> element. | 
|  |  | 
|  |  | 
|  | This will allow more to fit on a single slide, and will probably look better. | 
|  | This replaces the more specific blockQuote runProp, which only
affected the size of blockquotes. We can use this for notes, etc. | 
|  | A new module `pandoc.utils` has been created. It holds utility functions
like `sha1`, which was moved from the main `pandoc` module. | 
|  | Definitions for the `pandoc.mediabag` modules are moved to a separate
Haskell module.
Change: minor | 
|  | The Haskell module defining the Lua `pandoc` module is moved to
Text.Pandoc.Lua.Module.Pandoc.
Change: minor | 
|  | Material following `^^` was dropped if it wasn't a character
escape.  This only affected invalid LaTeX, so we didn't see it
in the wild, but it appeared in a QuickCheck test failure
https://travis-ci.org/jgm/pandoc/jobs/319812224 | 
|  | This currently prints all notes on a final slide.
Note that at the moment, there is a danger of text overflowing the
note slide, since there is no logic for adding further slides. A
future commit will shrink the font size on these notes, but that won't
take care of the problem altogether. (We might have to implement some
sort of clumsy page-breaking logic here based on font size and
text-box dimensions, though that seems like a can of worms.) | 
|  | When we encounter a note, we write it to the state directory of notes,
and input a superscript. | 
|  | First step toward implementing notes in pptx writer. | 
|  | These are currently implemented in terms of a Bold para for the terms,
and then blockquotes for the definitions. THis can be refined a bit in
the future. | 
|  | When using readerStandalone, this keeps us from looking for a
non-existent template pptx file.
Closes #4181 | 
|  | This is used to check standalone and not writing to the terminal. | 
|  | Also add TODO for ordered lists. | 
|  |  | 
|  | The `pipe` and `read` utility functions are converted from hybrid
lua/haskell functions into full Haskell functions. This avoids the need
for intermediate `_pipe`/`_read` helper functions, which have dropped. | 
|  | A parsing error was fixed which caused the org reader to fail when
parsing a paragraph starting with two or more asterisks.
Fixes: #4180 | 
|  |  | 
|  |  | 
|  | Closes #4172. | 
|  |  | 
|  |  | 
|  | Otherwise they can be interpreted as footnote definitions.
Closes #4171. | 
|  | Change: minor | 
|  | This fixes a regression in 2.0.
Note that extensions can now be individually disabled, e.g.
`-f opml-smart-raw_html`.
Closes #4164. | 
|  | This avoids a clash with a deprecated \textlatin command defined
in Babel.  Closes #4161. | 
|  | Mainly so they can be tested. | 
|  | This mainly affects the Markdown reader when parsing
raw LaTeX with escaped spaces.  Closes #4159. | 
|  | Previously we erroneously included the enclosing
backticks in a reference ID (closes #4156).
This change also disables interpretation of
syntax inside references, as in docutils.
So, there is no emphasis in
    `my *link*`_ | 
|  | fig, table-wrap & caption Divs for JATS writer | 
|  | A caption starts with a `:` which can't be followed
by punctuation.  Otherwise we can falsely interpret
the start of a fenced div, or even a table header line
like `:--:|:--:`, as a caption. | 
|  |  |