Commit Graph

29 Commits

Author SHA1 Message Date
407b02f1fb Merge branch 'fix-bib' 2019-04-25 14:51:30 +03:00
e88d0482d5 Merge branch 'fix' 2019-04-25 14:51:23 +03:00
38cad81050 Create table of contents if toc metadata key is set 2019-04-25 14:46:21 +03:00
2ecccea48a Fix bibliography arguments 2019-04-25 14:44:06 +03:00
a1cc436b6e Remove unneeded code 2019-04-25 14:40:00 +03:00
9d5cb7f790 missing {static} mangling 2019-03-08 15:27:32 +11:00
860c63023c diagnostics on pandoc failure 2019-02-24 12:51:56 +11:00
6fe6277a25 attempt to enable bibligraphy but founder in relative file paths 2019-02-23 16:14:24 +11:00
2fdb5b20b2 perfucntory attempt to handle bibliography 2019-02-22 21:02:27 +11:00
ea76f5e558 use brandonwillard's less crazy link preservation' 2019-02-22 20:44:05 +11:00
4ff9134479 working pandoc URL unquoter 2019-02-22 20:37:30 +11:00
cbaaf2761d urllib-based solution 2019-02-22 20:27:48 +11:00
24232abf45 urlparse 2019-02-22 20:13:37 +11:00
0afed4a026 Usable, albeit slightly hackish, solution for YAML metadata. 2016-08-04 22:52:50 -04:00
e078420af2 Add support for parsing YAML metadata. 2015-05-16 14:18:49 -04:00
9ef0197eed Merge pull request from astrodsg 2014-12-06 14:38:21 +01:00
70b2c1d1cc Merge pull request from zackw/master
I very much like, what you have done with the code. I agree, that it is nice to be able to declare pandoc extensions.

On the other hand, I disapproved at taking out pypandoc at first. However, after taking a closer look at the source of pypandoc, I came to realize, that in this case we do not hugely benefit by using an abstraction layer.

Your code works nicely with my setup with the exception that you removed the change of the cwd. However, as pandoc_reader is still a very young project, I think we can afford to break compatibility.

Thank you very much for your contribution!
2014-12-06 14:22:47 +01:00
40d157895c Fixes and enhancements including:
* Add PANDOC_EXTENSIONS configuration variable, allowing one to
   enable or disable Pandoc's markdown extensions individually.
 * Remove dependency on pypandoc.
 * Don't change the working directory.
 * More efficient metadata extraction.
2014-11-26 13:49:52 -05:00
769343db0b pandoc reader for all markdown extensions
This makes the PandocReader the default markdown reader for all markdown extensions not just "md"
2014-11-25 09:23:07 -07:00
1dceb54a01 Update README.md 2014-10-16 10:22:06 +02:00
b3c968fa23 prettify code 2014-08-27 09:41:47 +02:00
8a9dfca735 ignore compiled python 2014-05-09 11:10:10 +02:00
3bf95d6f14 added instructions for contributions 2014-04-26 13:08:59 +02:00
5a181592b7 Update README.md 2014-04-02 10:49:14 +02:00
ebb2fdf663 use pelican_open in order to read the file 2014-03-30 16:02:53 +02:00
f907f764c9 change the cwd to content dir before running pandoc 2014-03-26 11:59:49 +01:00
dc50988b4e added actual code 2014-03-26 11:35:27 +01:00
ae7d07898e expanded readme 2014-03-26 11:35:07 +01:00
7a3632f391 Initial commit 2014-03-26 03:18:33 -07:00