index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-31
Markdown writer: ensure consistent padding for pipe tables.
John MacFarlane
1
-2
/
+2
2020-03-31
Jira reader: use span with class `underline` for inserted text
Albert Krewinkel
1
-1
/
+1
2020-03-31
Jira writer: convert spans with class `underline` to inserted text
Albert Krewinkel
1
-1
/
+9
2020-03-30
Jira writer: add image attributes
Albert Krewinkel
1
-1
/
+13
2020-03-30
Jira reader: retain image attributes
Albert Krewinkel
1
-1
/
+13
2020-03-30
Jira reader: read `(?)` icon as "small questionmark" character
Albert Krewinkel
1
-1
/
+1
2020-03-30
Fix #6228 (#6230)
Joseph C. Sible
2
-7
/
+8
2020-03-29
Clean up and simplify Text.Pandoc.Readers.Docx (#6225)
Joseph C. Sible
1
-61
/
+43
2020-03-29
Clean up and simplify Text.Pandoc.Writers.Docx (#6229)
Joseph C. Sible
1
-56
/
+48
2020-03-29
Clean up some fmaps (#6226)
Joseph C. Sible
7
-22
/
+22
2020-03-29
Split the RNG so they don't end up equal again after 1 call to next (#6227)
Joseph C. Sible
1
-5
/
+5
2020-03-29
Docx reader: better error messages.
John MacFarlane
1
-8
/
+12
2020-03-28
More cleanup (#6209)
Joseph C. Sible
1
-4
/
+3
2020-03-28
Simplify fixAuthors (#6223)
Joseph C. Sible
1
-6
/
+1
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
89
-111
/
+120
2020-03-22
Text.Pandoc.Class: extract submodules PandocIO, PandocPure
Albert Krewinkel
3
-393
/
+446
2020-03-21
Class: fix missing import when data files are not embedded
Albert Krewinkel
1
-0
/
+3
2020-03-19
Add to html5 attributes.
John MacFarlane
1
-0
/
+7
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
158
-310
/
+2
2020-03-15
PandocMonad: remove outdated check for base version
Albert Krewinkel
1
-6
/
+1
2020-03-14
Subdivide Text.Pandoc.Class into small modules (#6106)
Albert Krewinkel
3
-695
/
+823
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
135
-148
/
+149
2020-03-13
Lua marshalling: Remove unused language extensions
Albert Krewinkel
4
-8
/
+3
2020-03-13
Jira reader: support colored inline text, indented lists
Albert Krewinkel
1
-0
/
+2
2020-03-07
Ms writer: fix definition lists so indent even when...
John MacFarlane
1
-3
/
+4
2020-03-06
Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.
John MacFarlane
1
-1
/
+1
2020-03-05
Fix parsing of `\'` in man/ms readers.
John MacFarlane
1
-1
/
+1
2020-03-05
Fix parsing of `\.` in man/ms readers.
John MacFarlane
1
-1
/
+1
2020-03-04
EPUB writer: fix regression on detection of front/back/bodymatter.
John MacFarlane
1
-1
/
+2
2020-03-02
PDF via wkhtmltopdf: put user-specified options last.
John MacFarlane
1
-2
/
+2
2020-02-21
Fix table alignment when heading begins with t.
John MacFarlane
1
-1
/
+1
2020-02-19
Text.Pandoc.App: set resource path at the beginning...
John MacFarlane
1
-1
/
+2
2020-02-17
Revert "Allow specifying string value in metadata using `!!literal` tag."
John MacFarlane
1
-6
/
+4
2020-02-17
Allow specifying string value in metadata using `!!literal` tag.
John MacFarlane
1
-4
/
+6
2020-02-17
Remove redundant `otherwise` guard in inlineToAsciiDoc (#6146)
Ryan Scott
1
-1
/
+0
2020-02-14
Fixes: group biblatex citations even with prefix and suffix (#6058)
Ethan Riley
1
-25
/
+42
2020-02-13
A bit more cleanup (#6141)
Joseph C. Sible
5
-34
/
+32
2020-02-13
Add highlight directive to the rST reader (#6140)
Lucas Escot
2
-4
/
+13
2020-02-12
Add Text.Pandoc.Image with unexported svgToPng.
John MacFarlane
1
-0
/
+40
2020-02-12
Introduce new format variants for JATS (#6067)
Albert Krewinkel
3
-42
/
+107
2020-02-12
LaTeX reader: improve caption and label parsing.
John MacFarlane
2
-23
/
+36
2020-02-12
HTML reader: don't parse `data-id` as `id` attribute.
John MacFarlane
1
-1
/
+9
2020-02-12
Moved html5Attributes, html4Attributes, rdfaAttributes...
John MacFarlane
2
-348
/
+354
2020-02-11
LaTeX reader: resolve `\ref` to table numbers.
John MacFarlane
2
-25
/
+43
2020-02-10
Fix spurious dots in markdown_mmd metadata output
John MacFarlane
1
-1
/
+1
2020-02-08
Org reader: simplify parsing of sub- and superscripts
Albert Krewinkel
1
-11
/
+11
2020-02-08
reveal.js: ensure that pauses work even in title slides.
John MacFarlane
1
-4
/
+6
2020-02-08
Factor out a findM function (#6125)
Joseph C. Sible
3
-18
/
+13
2020-02-08
Use <$> instead of >>= and return (#6128)
Joseph C. Sible
1
-1
/
+1
2020-02-08
Clean up after "hlint --refactor" (#6129)
Joseph C. Sible
3
-8
/
+7
[prev]
[next]