Add markdown rendering toggle for gists with markdown source type #66
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
When a gist is created with markdown as the source type, the content is rendered as raw source instead of providing an option to toggle between rendered markdown and source view. The user expects a textbox or toggle that allows switching between markdown source and rendered output, while preserving the ability to edit the markdown source.
Steps to Reproduce
Expected Behaviour
When markdown is selected as the source type, the gist should show a textbox with an option to choose how the content is displayed: markdown source or rendered markdown (result). Editing should still allow modifying the markdown source.
Actual Behaviour
The markdown content is rendered as source only, with no toggle or option to view the rendered result.
Environment
Not provided.
Reported by retoor via DevPlace.