Kaushal Modi
c8770f4bdb
Disable Pandoc fenced divs, now allowing ox-hugo inserted HTML divs
...
This also drastically reduced the Pandoc output cleanup complication.
8 years ago
Kaushal Modi
4e4e7d21d4
Use HTML class instead of id for "references"
8 years ago
Kaushal Modi
eaaed01f6b
Make Pandoc output Markdown footnote style consistent with ox-hugo
8 years ago
Kaushal Modi
e62cc259d2
Make Pandoc export to Blackfriday compatible Markdown table
...
Thanks to Daniel Stall from
https://groups.google.com/d/msg/pandoc-discuss/PvMKmgVeO3w/oqP6mKHoAgAJ
Add "-simple_tables+pipe_tables" to "-t markdown-citations".
8 years ago
Kaushal Modi
7c2a51ff7f
Minor refactoring of tests
...
Inherit the common Pandoc citation meta data for the Citations TOML
and YAML tests.
8 years ago
Kaushal Modi
3dcec7e27e
Don't force the final front-matter to YAML because of Pandoc
8 years ago
Kaushal Modi
c6949a5d89
Add few comments to the citations test
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/175
8 years ago
Kaushal Modi
96d13b1b96
Convert the Pandoc inserted ":::" to more sensible div wrappers
8 years ago
Kaushal Modi
f2c1ab9520
More fixing of Pandoc output
8 years ago
Kaushal Modi
ac22a16a07
Replace pandoc ref ID's to HTML ID's
8 years ago
Kaushal Modi
c4251abb78
Delete lines matching "^:::$"
8 years ago
Kaushal Modi
a17c136f6c
Fix Pandoc butchering the Hugo shortcodes
8 years ago
Kaushal Modi
e94c9d54b2
Don't use Pandoc inserted meta-data
...
Pandoc introduced its citations related meta-data like bibliography
and nocite which I did not prefer for few reasons:
1. It leaks full paths of the user's bibliography files in public.
2. Those meta-data fields are not needed by Hugo.
3. I like my style of YAML list fields better, it's more concise, and
consistent with the YAML front-matter of non-Pandoc-Citation posts.
8 years ago
Kaushal Modi
ad2f5d0dbb
Support BIBLIOGRAPHY and pandoc-citeproc
...
This is first commit of a series of commits to support
pandoc-citeproc.
New keywords/properties:
- HUGO_PANDOC_CITEPROC
- BIBLIOGRAPHY
Ref: https://github.com/kaushalmodi/ox-hugo/issues/175
8 years ago