Skip to main content

How do I render Markdown in the UI?

Wrap your string with weave.Markdown(…) before saving, and use weave.publish(…) to store it. Weave uses the object’s …

How do I render Python datetime values in the UI?

Use Python’s datetime.datetime (with timezone info), and publish the object using weave.publish(…). Weave recognizes t …