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
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
2019-02-28
Markdown Reader: yamlToMeta respects extensions (#5276)
Mauro Bieg
1
-3
/
+2
2019-02-15
Markdown reader: fix bug parsing fenced code blocks.
John MacFarlane
1
-2
/
+3
2019-02-08
Make --metadata-file use pandoc-markdown (#5279)
Mauro Bieg
1
-1
/
+2
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-02-04
Markdown reader: add newline when parsing blocks in YAML.
John MacFarlane
1
-9
/
+10
2019-01-21
HTML and markdown: treat textarea as a verbatim environment.
John MacFarlane
1
-7
/
+7
2019-01-08
Removed superfluous sourceCode class on code blocks.
John MacFarlane
1
-2
/
+2
2019-01-02
Implement task lists (#5139)
Mauro Bieg
1
-1
/
+2
2018-11-25
Fix parsing of citations and quotes after parentheses.
John MacFarlane
1
-6
/
+2
2018-10-14
Markdown reader: Fix awkward soft break movements before abbreviations.
John MacFarlane
1
-5
/
+10
2018-10-14
Markdown reader: Added updateStrPos in a couple places where needed.
John MacFarlane
1
-1
/
+2
2018-09-19
Markdown reader: distinguish autolinks in the AST.
John MacFarlane
1
-5
/
+7
2018-09-16
Markdown reader: example_lists should work without startnum.
John MacFarlane
1
-1
/
+3
2018-09-15
introduce --metadata-file option
mb21
1
-2
/
+14
2018-09-15
Markdown Reader: factor out yamlMap
mb21
1
-40
/
+27
2018-09-15
Markdown Reader: factor out yamlBsToMeta
mb21
1
-4
/
+8
2018-09-15
Markdown Reader: rename yamlToMeta to yamlToMetaValue
mb21
1
-9
/
+9
2018-08-15
Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.
John MacFarlane
1
-7
/
+3
2018-08-07
Markdown reader: Properly handle boolean values in YAML metadata.
John MacFarlane
1
-1
/
+12
2018-08-06
Fix parsing of embedded mappings in YAML metadata.
John MacFarlane
1
-24
/
+22
2018-07-30
Markdown reader: allow unquoted numbers, booleans as YAML mapping keys.
John MacFarlane
1
-26
/
+28
2018-07-30
Use YAML.decode rather than YAML.decodeStrict.
John MacFarlane
1
-1
/
+1
2018-07-15
Wrap emojis in span nodes (#4759)
Anders Waldenborg
1
-4
/
+4
2018-06-29
Fix compiler warnings.
John MacFarlane
1
-4
/
+4
2018-06-29
Use HsYAML instead of yaml for translations, YAML metadata.
John MacFarlane
1
-56
/
+46
2018-06-13
Markdown reader: allow empty code spans.
John MacFarlane
1
-1
/
+1
2018-04-21
Markdown reader/writer: spacing adjustments in tables.
John MacFarlane
1
-3
/
+8
2018-04-19
Markdown reader: allow empty attributes.
John MacFarlane
1
-0
/
+2
2018-04-18
Markdown reader: handle table w/o following blank line in fenced div.
John MacFarlane
1
-3
/
+14
2018-04-16
Markdown reader: remove "fallback" for doubleQuote parser.
John MacFarlane
1
-4
/
+3
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-17
hlint fixes.
John MacFarlane
1
-1
/
+1
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
1
-1
/
+0
2018-03-13
Require pandoc-types 1.17.4.
John MacFarlane
1
-1
/
+1
[next]