]>
git.g-eek.se Git - ikiwiki-pandoc.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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: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.
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