﻿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
23743	Add markup support to flatpages	Berker Peksag	nobody	"It would be good if flatpages supports reST and markdown markups in addition to raw HTML.

The default behavior can be same as now. The user can choose either reST or markdown (of course the related packages should be installed) when they creating a page from the admin site(or via the Python API).

Proposed API changes:

- Add `markup_type` (None, 'reST', 'markdown') and `rendered_content` fields to the `FlatPage` model.
- Add a `get_content` method(or an attribute) to the `FlatPage` model: If `markup_type` is `None`, it will be use the `content` attribute. Otherwise, `rendered_content` will be used."	New feature	closed	contrib.flatpages	dev	Normal	wontfix		Berker Peksag	Unreviewed	0	0	0	0	0	0
