Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools

SPH_SETTINGS

SPH_SETTINGS

Back to Snip <-- Previous Change | Next Change -->

Diff Summary
Title
Date 2007-07-31 21:40:06 2007-07-31 21:41:22
Editor Herbert Poul Herbert Poul
Tags

2007-07-31 21:40:06 by Herbert Poul
2007-07-31 21:41:22 by Herbert Poul
51## board_custom_markup51## board_custom_markup
5252
53This option works together with board_markup_enabl53This option works together with board_markup_enabl
>ed and can be used to add>ed and can be used to add
54custom functions which can be used as markup.54custom functions which can be used as markup.
5555
t56For example let's assume we want to create a simplt56For example let's assume we want to create a simpl
>e markup function which only wraps the output into>e markup function which only wraps the output into
> a <pre> </pre> tag.> a html "pre" tag.
5757
58We start by creating a function somewhere in the p58We start by creating a function somewhere in the p
>ython path. In my example it's in sphene/custom_ma>ython path. In my example it's in sphene/custom_ma
>rkup.py>rkup.py
5959
60    def simplemarkup(body):60    def simplemarkup(body):
61        return "<pre>%s</pre>" % body61        return "<pre>%s</pre>" % body


Powered by Sphene Community Tools