You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be useful to have some sort of simple formatting support for the text in the recipe description. Markdown seems like a good option for this. The implementation could leverage one of several existing JavaScript markdown editors and/or renderers, to be embedded in the front-end interface to provide support for editing, previewing and viewing.
What you expected to happen
On the recipe editing page, there would be a new control (maybe a checkbox) to enable / disable markdown support for the recipe. If enabled, the markdown editor would appear, and the recipe description text would be interpreted as markdown when rendering for viewing. Optionally, if a suitable editing module is found and adopted, WYSIWYG editing could be provided.
The text was updated successfully, but these errors were encountered:
This is a feature request.
I think it would be useful to have some sort of simple formatting support for the text in the recipe description. Markdown seems like a good option for this. The implementation could leverage one of several existing JavaScript markdown editors and/or renderers, to be embedded in the front-end interface to provide support for editing, previewing and viewing.
What you expected to happen
On the recipe editing page, there would be a new control (maybe a checkbox) to enable / disable markdown support for the recipe. If enabled, the markdown editor would appear, and the recipe description text would be interpreted as markdown when rendering for viewing. Optionally, if a suitable editing module is found and adopted, WYSIWYG editing could be provided.
The text was updated successfully, but these errors were encountered: