index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-14
Org reader: parse official org-cite citations.
John MacFarlane
1
-39
/
+160
2021-12-14
Org reader: remove support for "Berkeley style" citations.
John MacFarlane
1
-145
/
+42
2021-12-13
Markdown reader: fix parsing of "bare locators"...
John MacFarlane
1
-1
/
+1
2021-12-11
Custom reader: ensure old Readers continue to work
Albert Krewinkel
1
-16
/
+47
2021-12-11
Custom reader: pass list of sources instead of concatenated text
Albert Krewinkel
1
-6
/
+4
2021-12-07
Revert "Markdown reader: Improve inlinesInBalancedBrackets."
John MacFarlane
1
-12
/
+20
2021-12-06
Ipynb reader & writer: properly handle cell "id".
John MacFarlane
1
-9
/
+13
2021-11-30
Markdown reader: don't allow `^` at beginning of link or image label.
John MacFarlane
1
-2
/
+1
2021-11-24
LaTeX reader: Fix semantics of `\ref`.
John MacFarlane
1
-5
/
+3
2021-11-24
LaTeX reader: improve references.
John MacFarlane
4
-5
/
+27
2021-11-24
LaTeX reader: omit visible content for `\label{...}`.
John MacFarlane
1
-2
/
+1
2021-11-24
HTML reader: parse attributes on links and images.
John MacFarlane
2
-11
/
+10
2021-11-23
Improve detection of pipe table line widths.
John MacFarlane
1
-14
/
+18
2021-11-21
yamlBsToRefs: allow multiple YAML documents.
John MacFarlane
1
-2
/
+2
2021-11-20
Capture `alt-text` in JATS figures (#7703)
Albert Krewinkel
1
-2
/
+13
2021-11-18
RST reader: handle class attribute for for custom roles (#7700)
willj-dev
1
-8
/
+16
2021-11-15
LaTeX reader: add rudimentary support for `\autoref` (#7693)
Albert Krewinkel
1
-0
/
+1
2021-11-09
Accept empty `--metadata-file`.
John MacFarlane
1
-0
/
+1
2021-11-08
Add `<titleabbr>` support to DocBook reader
Rowan Rodrik van der Molen
1
-5
/
+12
2021-11-07
LaTeX reader: add 'uri' class when parsing `\url`.
John MacFarlane
1
-2
/
+2
2021-11-06
Pass ReaderOptions to custom readers as second parameter.
John MacFarlane
1
-4
/
+3
2021-11-05
Add interface for custom readers written in Lua. (#7671)
John MacFarlane
1
-0
/
+55
2021-11-05
Support for <indexterm>s when reading DocBook (#7607)
Rowan Rodrik van der Molen
1
-4
/
+37
2021-11-02
Markdown reader: Improve inlinesInBalancedBrackets.
John MacFarlane
1
-20
/
+12
2021-11-02
Docx reader: don't let first line indents trigger block quotes.
John MacFarlane
1
-3
/
+2
2021-10-27
Switch back from HsYAML to yaml.
John MacFarlane
2
-116
/
+62
2021-10-22
Org reader: allow an initial :PROPERTIES: drawer to add to metadata.
John MacFarlane
1
-2
/
+10
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
6
-44
/
+50
2021-10-20
Markdown reader: don't parse links or bracketed spans as citations.
John MacFarlane
1
-2
/
+4
2021-10-18
Docx reader: fix handling of empty fields
Milan Bracke
1
-0
/
+4
2021-10-18
Docx parser: implement PAGEREF fields
Milan Bracke
2
-0
/
+26
2021-10-18
Docx reader: fix handling of nested fields
Milan Bracke
2
-115
/
+150
2021-10-14
DocBook reader: honor linenumbering attribute
Samuel Tardieu
1
-0
/
+1
2021-10-13
Fix markdown parsing bug for math in bracketed spans and links.
John MacFarlane
1
-0
/
+1
2021-10-11
LaTeX reader: Implement siunitx v3 commands.
John MacFarlane
1
-1
/
+5
2021-10-10
Avoid blockquote when parent style has more indent
Milan Bracke
3
-53
/
+66
2021-10-10
LaTeX reader: Properly handle `\^` followed by group closing.
John MacFarlane
1
-3
/
+3
2021-09-30
Docx reader: Add placeholder for word diagram
Ezwal
2
-0
/
+17
2021-09-23
HTML reader: handle empty tbody element in table.
John MacFarlane
1
-5
/
+8
2021-09-19
LaTeX reader: Recognize that `\vadjust` sometimes takes "pre".
John MacFarlane
1
-0
/
+7
2021-09-19
Ignore (and gobble parameters of) CSLReferences environment.
John MacFarlane
1
-0
/
+1
2021-09-17
Fix linter warning.
John MacFarlane
1
-4
/
+3
2021-09-16
Fix code blocks using `--preserve-tabs`.
John MacFarlane
1
-1
/
+7
2021-09-13
RST reader: handle escaped colons in reference definitions.
John MacFarlane
1
-1
/
+2
2021-09-10
feat(ipynb reader): get cell output mime from raw_mimetype too
Kolen Cheung
1
-1
/
+2
2021-09-10
feat(ipynb reader): add more Jupyter's "Raw NBConvert Format"
Kolen Cheung
1
-6
/
+10
2021-09-10
fix!: rst mime type
Kolen Cheung
1
-1
/
+1
2021-09-10
Remove redundant import.
John MacFarlane
1
-1
/
+1
2021-09-10
Org reader: don't parse a list as first item in a list item.
John MacFarlane
1
-1
/
+4
2021-09-10
Ipynb reader handleData: support text/markdown (#7561)
Kolen Cheung
1
-0
/
+3
[next]