-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Support Typora-style mermaid markdown rendering #32
Comments
I've tried adding such a feature into Hugo-theme-even in February, however, the author seems to have abandoned the project and did not take even a look into my pull request, maybe the change in the PR may be of help to you... |
is this related to the 3rd party markdown editor? |
Not at all, I mean if the theme could render |
Did you mean converting FeelIt default codeblock? from
into
|
Yes, to be more precise, I mean treat
as
|
Describe the feature you want
Currently, most Hugo themes use short-codes as their way of importing multimedia content, and it does useful and convenient.
However, as a visual studio code user (or markdown preview enhanced user, more precisely), shortcodes are not working in its editor; Typora uses the following syntax to import mermaid graphs.
Then the editor will directly render them into graphs, what you see is what you got.
What if the theme could directly render such syntax of markdown text? then we needn't search through the whole text and replace them one by one.
The text was updated successfully, but these errors were encountered: