On Fri, Nov 12, 2010 at 4:27 AM, Andreas Veithen
<[email protected]>wrote:

> On Wed, Nov 10, 2010 at 02:50, Samisa Abeysinghe
> <[email protected]> wrote:
> >
> >
> > On Fri, Nov 5, 2010 at 3:13 AM, Andreas Veithen <
> [email protected]>
> > wrote:
> >>
> >> The question remains (also to Sanjiva): did you have a closer look at
> it?
> >
> > I had a casual look around, and it looks simple enough and trivial -
> easier
> > than Wiki as there is no custom Syntax.
>
> Umm... No custom syntax ?!?
>

Much better than Wiki for me, as I can forget custom Syntax and write HTML:

{% extends "skeleton.html" %}

{% block title %}Welcome to The Apache Software Foundation!{% endblock %}
{% block tagline %}{{ tagline.content }}{% endblock %}
{% block content %}
<div id="intro" class="grid_16">
<div class="grid_5">
{{ top_left.content|markdown }}
</div>
<div class="grid_5">
{{ top_center.content|markdown }}
</div>
<div class="grid_5">
{{ top_right.content|markdown }}
</div>
</div>


>
> Does this...
>
> {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
>
> ...look like plain English or any standard markup?
>
> > Samisa ...
> >
> > http://samisa-abeysinghe.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>  Samisa ...

http://samisa-abeysinghe.blogspot.com/

Reply via email to