How do I render Markdown in the UI?
Before saving, wrap your string with weave.Markdown(…), then use weave.publish(…) to store it. The object’s type det …
How do I render Python datetime values in the UI?
Use Python’s datetime.datetime with timezone information, and publish the object using weave.publish(…). Weave recogni …