Django4 Blog

Posts tagged with "markdown"

Features:

Weighted full text searches

Stop word removal from searches

PostgreSQL database

RSS feed

Markdown support through template filter

Custom template tags

Post retrieval by tag similarity

Tagging functionality

Comment system …

read more...

Markdown Support

This blog uses a custom filter to enable the writer to use markdown in the creation and editing of posts.

Mardown as defined by wikipedia is:

Markdown is a lightweight …

read more...