markdown syntax #198
Replies: 4 comments 1 reply
-
Markdown support is build-in to Hugo. See this blog post (from the example site): https://chrede88.github.io/qubt/blog/post1/ Hugo uses Goldmark to render markdown. Can you point me to where markdown rendering doesn't work? |
Beta Was this translation helpful? Give feedback.
-
I've added Latex rendering to |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your work! It was enough for me to write some markdown files.
But I tried to test all markdown syntaxes and there are two syntaxes that don't support rendering, it's up to you whether to add these renderings or not.
The first one is the extra quotes when using > to quote a piece of content and the second one is that it doesn't support ` to quote short code content.
You can add the following to your markdown file to discover this rendering problem:
> This is a quote bar
`demo`
…------------------ 原始邮件 ------------------
发件人: "chrede88/qubt" ***@***.***>;
发送时间: 2024年12月7日(星期六) 晚上11:33
***@***.***>;
***@***.******@***.***>;
主题: Re: [chrede88/qubt] markdown syntax (Discussion #198)
I've added Latex rendering to v2.0.0 of the theme. Please let me know if you have other issues with markdown rendering.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'm closing this, as the inline code block now renders correctly (v2.0.1). |
Beta Was this translation helpful? Give feedback.
-
How about adding some markdown syntax?
For example formula blocks using $ references, code blocks using ` references
Beta Was this translation helpful? Give feedback.
All reactions