﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
4881	strange behaviour of rst from django.contrib.markup	Rafael Weber	Adrian Holovaty	"Hoi,

I'm using django svn at revision 5699 and docutils 0.4.

To use rst, i use the template tags from `django.contrib.markup` with the following code:

{{{
{% load markup %}
[...]
{{ flatpage.content|restructuredtext }}
}}}

If I write 
{{{
aa
~~
}}}

in `flatpage.content`, the page has no content (rendered in the browser).

But if I write
{{{
asdfjslkdfjlk
lkdjfkl
sdjfsdfsdfjowier

sdfklj


aa
~~
}}}

it is rendered as normal <h1>. That's just one strange behaviour.

I already searched through the tickets and asked in the IRC - without any success.
"		closed	Contrib apps	dev		fixed			Unreviewed	1	0	0	0	0	0
