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
/
Markdown.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-27
Switch back from HsYAML to yaml.
John MacFarlane
1
-6
/
+4
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
1
-14
/
+13
2021-10-20
Markdown reader: don't parse links or bracketed spans as citations.
John MacFarlane
1
-2
/
+4
2021-10-13
Fix markdown parsing bug for math in bracketed spans and links.
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-08-23
Markdown reader: fix interaction of --strip-comments and list
John MacFarlane
1
-1
/
+1
2021-08-16
Fix bug in last commit due to removal of take1WhileP.
John MacFarlane
1
-2
/
+2
2021-08-15
Multimarkdown sub- and superscripts (#5512) (#7188)
OCzarnecki
1
-8
/
+16
2021-07-06
Markdown reader: don't try to read contents in self-closing HTML tag.
John MacFarlane
1
-1
/
+4
2021-06-01
Markdown reader: fix pipe table regression in 2.11.4.
John MacFarlane
1
-1
/
+1
2021-05-29
Markdown reader: in rebasePaths, check for both Windows and Posix
John MacFarlane
1
-4
/
+5
2021-05-29
In rebasePath, check for absolute paths two ways.
John MacFarlane
1
-1
/
+4
2021-05-27
rebase_relative_paths: leave empty paths unchanged.
John MacFarlane
1
-1
/
+1
2021-05-27
rebase_relative_paths extension: don't change fragment paths.
John MacFarlane
1
-1
/
+2
2021-05-27
Modify rebase_reference_links treatment of reference links/images.
John MacFarlane
1
-5
/
+4
2021-05-27
Add `rebase_relative_paths` extension.
John MacFarlane
1
-7
/
+29
2021-05-13
Implement curly-brace syntax for Markdown citation keys.
John MacFarlane
1
-3
/
+3
2021-05-12
Fix source position reporting for YAML bibliographies.
John MacFarlane
1
-2
/
+0
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-22
/
+27
2021-04-28
Smarter smart quotes.
John MacFarlane
1
-8
/
+10
2021-04-18
Use MetaInlines not MetaBlocks for multimarkdown metadata fields.
John MacFarlane
1
-1
/
+1
2021-03-20
Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata.
John MacFarlane
1
-22
/
+2
2021-03-20
Markdown reader: export `yamlMetaBlock`.
John MacFarlane
1
-17
/
+23
2021-03-20
Text.Pandoc.Parsing: remove F type synonym.
John MacFarlane
1
-0
/
+2
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
1
-1
/
+2
2021-03-17
Fix regression with `tex_math_backslash` in Markdown reader.
John MacFarlane
1
-1
/
+1
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
1
-3
/
+3
2021-03-04
Revert "Revert "Relax `--abbreviations` rules so that a period isn't required.
John MacFarlane
1
-1
/
+1
2021-03-04
Revert "Relax `--abbreviations` rules so that a period isn't required."
John MacFarlane
1
-1
/
+1
2021-03-04
Relax `--abbreviations` rules so that a period isn't required.
John MacFarlane
1
-1
/
+1
2021-02-28
Fix bug in last commit.
John MacFarlane
1
-1
/
+1
2021-02-28
Markdown reader efficiency improvements.
John MacFarlane
1
-182
/
+208
2021-02-06
Markdown reader: improved handling of mmd link attributes in references.
John MacFarlane
1
-0
/
+2
2021-01-16
Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"
John MacFarlane
1
-25
/
+0
2021-01-16
Markdown reader: support GitHub wiki's internal links (#2923) (#6458)
Gautier DI FOLCO
1
-0
/
+25
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-11-17
Markdown reader: fix regression with example list references.
John MacFarlane
1
-1
/
+5
2020-11-15
Markdown reader: fix detection of locators following in-text citations.
John MacFarlane
1
-27
/
+30
2020-11-14
Markdown reader: don't increment stateNoteNumber for example refs.
John MacFarlane
1
-0
/
+12
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
1
-1
/
+1
2020-10-07
Raise informative errors when YAML metadata parsing fails.
John MacFarlane
1
-2
/
+14
2020-10-05
Fixed regresison in last commit.
John MacFarlane
1
-1
/
+1
2020-10-05
Add yamlToRefs, yamlBsToRefs.
John MacFarlane
1
-2
/
+25
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
1
-0
/
+1
2020-09-21
Markdown reader: Set citationNoteNum accurately in citations.
John MacFarlane
1
-5
/
+26
2020-09-19
Change deprecated Builder.isNull to null.
John MacFarlane
1
-2
/
+2
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-6
/
+6
2020-06-29
Clean up T.P.R.Metadata
Nikolay Yakimov
1
-5
/
+2
2020-06-29
Handle errors in yamlToMeta
Nikolay Yakimov
1
-3
/
+1
[next]