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-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
2020-06-29
Unify defaults and markdown metadata parsers
Nikolay Yakimov
1
-2
/
+5
2020-06-28
Remove obsolete RelaxedPolyRec extension (#6487)
Nikolay Yakimov
1
-1
/
+0
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-2
/
+13
2020-04-15
Markdown reader: Remove unnecessary qualification
despresc
1
-8
/
+8
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
1
-11
/
+21
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-2
/
+2
2020-04-15
Implement the new Table type
despresc
1
-1
/
+4
2020-04-15
Markdown Reader: Fix inline code in lists (#6284)
Nikolay Yakimov
1
-6
/
+11
2020-03-29
Clean up some fmaps (#6226)
Joseph C. Sible
1
-2
/
+2
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-21
Fix table alignment when heading begins with t.
John MacFarlane
1
-1
/
+1
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-7
/
+6
2019-12-27
Fix parsing bug affected indented code after raw HTML.
John MacFarlane
1
-8
/
+10
2019-12-27
Add a needed try.
John MacFarlane
1
-2
/
+3
2019-11-24
Add unexported Text.Pandoc.Readers.Metadata.
John MacFarlane
1
-104
/
+21
2019-11-14
Markdown reader: use take1WhileP for table row.
John MacFarlane
1
-1
/
+1
2019-11-14
Markdown reader: Use take1WhileP for str.
John MacFarlane
1
-1
/
+3
2019-11-13
Fix regression introduced by last commit.
John MacFarlane
1
-1
/
+2
2019-11-13
Markdown reader: don't parse footnote body unless extension enabled.
John MacFarlane
1
-18
/
+20
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-211
/
+215
2019-11-11
Markdown reader: fix small super/subscript issue.
John MacFarlane
1
-2
/
+6
2019-09-28
Use throwError instead of fail when appropriate.
John MacFarlane
1
-2
/
+3
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
1
-2
/
+2
2019-09-22
Use HsYAML-0.2.0.0
John MacFarlane
1
-11
/
+12
2019-08-27
Markdown reader: Headers: don't parse content over newline boundary.
John MacFarlane
1
-4
/
+15
2019-08-14
Removed some needless lookaheads in Markdown reader.
John MacFarlane
1
-2
/
+0
2019-07-06
Markdown reader: handle inline code more eagerly within lists. (#5628)
Brian Leung
1
-5
/
+7
2019-06-04
Markdown reader: don't create implicit reference for empty header.
John MacFarlane
1
-4
/
+7
2019-03-28
Markdown reader: fenced div takes priority over setext header.
John MacFarlane
1
-2
/
+2
2019-03-14
Markdown writer: be sure implicit figures work in list contexts.
John MacFarlane
1
-11
/
+13
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-19
/
+0
[next]