update
parent
cade16fbb6
commit
627c20808a
|
@ -9,7 +9,7 @@ ikiwiki (1.17) UNRELEASED; urgency=low
|
|||
* Remove <br> from end of aggregate preprocessor directive output.
|
||||
* Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on
|
||||
case-sensative filesystems like OSX.
|
||||
* Improve markdown loading. First, try to load it as a properl perl module,
|
||||
* Improve markdown loading. First, try to load it as a proper perl module,
|
||||
in case it was installed as one. Then fall back to trying
|
||||
/usr/bin/markdown.
|
||||
* Document in install page how to install markdown, since it has no
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
This is a whole lot better than nothing, but it's a shame it forks python
|
||||
every page. Anyone want to get [this](http://search.cpan.org/~nodine/Text-Restructured-0.003016/) into Debian and use it instead?
|
||||
-- [[Joey]]
|
||||
|
||||
--[[Joey]]
|
||||
|
||||
Actually, if someone adds support for it to ikiwiki, I would be glad to get
|
||||
the package into Debian myself --[[Joey]]
|
||||
|
||||
#!/usr/bin/perl
|
||||
# Very simple reStructuredText processor.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue