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 the MD parser could do with a lot of help especially when using code blocks. I can't recall if articulate ships with it's own md processors or if it just relies on Umbraco's but it's not great.
It would be great to support code blocks with hints like GH supports: like ```cs
but it doesn't. Also the code blocks rendered use <p><code> instead of <p><pre><code> which is not correct.
Anyways, seems like a lot to be desired :)
The text was updated successfully, but these errors were encountered:
On 31 Jul 2020, at 05:21, Shannon Deminick ***@***.***> wrote:
I think the MD parser could do with a lot of help especially when using code blocks. I can't recall if articulate ships with it's own md processors or if it just relies on Umbraco's but it's not great.
It would be great to support code blocks with hints like GH supports: like ```cs
but it doesn't. Also the code blocks rendered use
instead of
which is not correct.
Anyways, seems like a lot to be desired :)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Update the nuspec to include the additional dependencies (markdig and WebStoating.Markdig.Prism)
Update the other themes to include the Prism client libs from cdn
Update the umbraco package xml to ensure that the articulate Articulate.MarkdownEditor is used instead of the Umbraco.MarkdownEditor for data types and property types
[ ] Update the upgrader to change the ArticulateMarkdown data type to use the Articulate.MarkdownEditor
Since this is based on Prism it is very easy for people to restyle however they want.
Shazwazza
changed the title
Update the Markdown parser and markdown content type to better support code snippets
Update the Markdown parser and articulate markdown data type to support nicely formatted code
Mar 11, 2021
I think the MD parser could do with a lot of help especially when using code blocks. I can't recall if articulate ships with it's own md processors or if it just relies on Umbraco's but it's not great.
It would be great to support code blocks with hints like GH supports: like ```cs
but it doesn't. Also the code blocks rendered use <p><code> instead of <p><pre><code> which is not correct.
Anyways, seems like a lot to be desired :)
The text was updated successfully, but these errors were encountered: