Skip to main content

How do I render Markdown in the UI?

Wrap your string with weave.Markdown(…) before saving, and …

How do I render Python datetime values in the UI?

Use Python s datetime.datetime (with timezone info), and pub …