]>
git.g-eek.se Git - ikiwiki-pandoc.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Baldur Kristinsson [Fri, 11 Dec 2015 00:08:00 +0000 (00:08 +0000)]
Harmonize ikiwiki-pandoc with recent versions of pandoc
- Parse YAML meta blocks and correct parsing of old-style
meta block (title, author, date).
- Improve bibliography/citation support.
- Get rid of deprecated `--html5` parameter.
- Add support for Org and OPML files.
- Improve math support.
- Add filter support.
- New options in *.setup file: pandoc_citeproc, pandoc_org,
pandoc_opml, pandoc_math_custom_js, pandoc_filters.
François Boulogne [Thu, 10 Dec 2015 01:24:59 +0000 (20:24 -0500)]
Merge pull request #4 from bk/fix-unrecognized-char-error
Fix 'unrecognized character' error and warnings about defined(@array)
Baldur Kristinsson [Thu, 10 Dec 2015 00:04:42 +0000 (00:04 +0000)]
Fix 'unrecognized character' error and warnings about defined(@array)
François Boulogne [Fri, 21 Aug 2015 19:19:43 +0000 (21:19 +0200)]
FIX error on Debian Jessie
François Boulogne [Tue, 20 Aug 2013 16:43:03 +0000 (18:43 +0200)]
add FAQ mathjax + https
François Boulogne [Sun, 4 Aug 2013 21:33:43 +0000 (23:33 +0200)]
Merge branch 'master' of github.com:sciunto/ikiwiki-pandoc
François Boulogne [Sun, 4 Aug 2013 21:32:45 +0000 (23:32 +0200)]
add link to ikiwiki doc
François Boulogne [Fri, 10 May 2013 07:10:07 +0000 (09:10 +0200)]
add CSS
François Boulogne [Sat, 4 May 2013 20:05:55 +0000 (22:05 +0200)]
add author
François Boulogne [Sat, 4 May 2013 20:01:07 +0000 (22:01 +0200)]
Merge remote-tracking branch 'bk/master'
Conflicts:
pandoc.pm
François Boulogne [Sat, 4 May 2013 19:48:41 +0000 (21:48 +0200)]
add author
François Boulogne [Sat, 4 May 2013 19:47:47 +0000 (21:47 +0200)]
Merge remote-tracking branch 'rburgoyne/master'
Conflicts:
.gitignore
pandoc.pm
François Boulogne [Sat, 4 May 2013 19:39:05 +0000 (21:39 +0200)]
import readme
François Boulogne [Sat, 4 May 2013 18:56:08 +0000 (20:56 +0200)]
add sources
François Boulogne [Sat, 4 May 2013 18:53:15 +0000 (20:53 +0200)]
add license
François Boulogne [Sat, 4 May 2013 18:49:18 +0000 (11:49 -0700)]
Initial commit
Ryan Burgoyne [Mon, 25 Feb 2013 20:32:42 +0000 (13:32 -0700)]
Merge branch 'master' of https://github.com/rburgoyne/pandoc-iki
Ryan Burgoyne [Mon, 25 Feb 2013 20:32:27 +0000 (13:32 -0700)]
added error handling to avoid error message about uninitialized value in concatenation
Ryan Burgoyne [Mon, 25 Feb 2013 20:28:35 +0000 (13:28 -0700)]
Removed quotemeta() function. It didn't solve the problem and added visible escape characters to the HTML title. For now, if you want to surrount your title with quotation marks, you will have to put backslashes in front of them.
Ryan Burgoyne [Mon, 25 Feb 2013 20:14:32 +0000 (13:14 -0700)]
Fixed bug that kept the author from being properly stored and used the quotemeta() function on the final meta values before passing them to pagestate so that special characters will also work.
Ryan S. Burgoyne [Mon, 25 Feb 2013 15:39:31 +0000 (08:39 -0700)]
Added handling to the new open2 process to make sure it terminated
Ryan Burgoyne [Fri, 22 Feb 2013 19:37:48 +0000 (12:37 -0700)]
Changed method for string compilation from JSON array. Now it handles symbols correctly instead of surrounding them with spaces as if they were an extra word.
Ryan Burgoyne [Wed, 20 Feb 2013 23:49:39 +0000 (16:49 -0700)]
Check that meta values are not empty before applying them.
Ryan Burgoyne [Wed, 20 Feb 2013 23:30:48 +0000 (16:30 -0700)]
Added capability to parse out pandoc title blocks and use them for meta information.
Baldur Kristinsson [Tue, 12 Feb 2013 13:59:55 +0000 (13:59 +0000)]
Fix bibliography/csl parameters; update html5 support; support multiple Markdown file extensions
Baldur Kristinsson [Tue, 12 Feb 2013 11:32:11 +0000 (11:32 +0000)]
Added support for textile and mediawiki formats and options for bibliography/csl
Baldur Kristinsson [Tue, 12 Feb 2013 10:42:31 +0000 (10:42 +0000)]
Give README file a .md extension
Jim Pryor [Wed, 1 Jun 2011 13:54:08 +0000 (09:54 -0400)]
more README tweaks
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Jim Pryor [Wed, 1 Jun 2011 13:53:01 +0000 (09:53 -0400)]
README tweaks
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Jim Pryor [Wed, 1 Jun 2011 13:06:26 +0000 (09:06 -0400)]
fix string comparison, release 1.0
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Jim Pryor [Wed, 1 Jun 2011 12:53:59 +0000 (08:53 -0400)]
tweak README
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Jim Pryor [Wed, 1 Jun 2011 12:17:35 +0000 (08:17 -0400)]
ignore more stuff
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Jim Pryor [Wed, 1 Jun 2011 12:14:59 +0000 (08:14 -0400)]
add latexmathml template
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Jim Pryor [Wed, 1 Jun 2011 12:14:35 +0000 (08:14 -0400)]
add jsmath template
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Jim Pryor [Wed, 1 Jun 2011 12:14:08 +0000 (08:14 -0400)]
add mathjax template
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Jim Pryor [Wed, 1 Jun 2011 12:13:41 +0000 (08:13 -0400)]
add mathml js and template
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Jim Pryor [Wed, 1 Jun 2011 12:12:59 +0000 (08:12 -0400)]
update README
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Jim Pryor [Wed, 1 Jun 2011 12:12:53 +0000 (08:12 -0400)]
add plugin
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Jim Pryor [Wed, 1 Jun 2011 12:11:48 +0000 (08:11 -0400)]
add .gitignore
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Jim Pryor [Wed, 1 Jun 2011 12:08:06 +0000 (08:08 -0400)]
first commit