#!/usr/bin/perl # WikiText markup package IkiWiki::Plugin::wikitext; use warnings; use strict; use IkiWiki 2.00; sub import { #{{{ hook(type => "htmlize", id => "wiki", call => \&htmlize); } # }}} sub htmlize (@) { #{{{ my %params=@_; my $content = $params{content}; eval q{use Text::WikiFormat}; return $content if $@; return Text::WikiFormat::format($content, undef, { implicit_links => 0 }); } # }}} 1 tion/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tags/12/2e/201303270650.30635.psonek2@seznam.cz/openmoko
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/12/2e/201303270650.30635.psonek2@seznam.cz/openmoko
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
Diffstat (limited to 'tags/12/2e/201303270650.30635.psonek2@seznam.cz/openmoko')
tags/02/e8/20170803180003.B6CB5D68@xayide.jones.dk/sys0
1 files changed, 0 insertions, 0 deletions