Skip to content
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

markdown-it渲染bug,涉及tree及脚注 #214

Open
vincenteliang opened this issue Apr 16, 2020 · 1 comment
Open

markdown-it渲染bug,涉及tree及脚注 #214

vincenteliang opened this issue Apr 16, 2020 · 1 comment
Labels

Comments

@vincenteliang
Copy link

Releases 2.7.0-beta.0

Q1、在页面中使用以下markdown-it语法时会出现奇妙错误
::: tree

  • title
    :::

Q2、footnote脚注样式未生效

Q3、图片CDN路径未生效

环境:
macOS 10.15.3 (19D76)
hexo 4.2.0
markdown-it 10.0.0
markdown-it-container 2.0.0

@jason19970210-senao
Copy link

footnote syntax is not working for me.

something [^1] after something

[^1]: the footnote of something

Output should be:
something 1 after something


Or
it should render like this: https://blog.oniuo.com/post/inside-theme-showcase#footnote

Footnotes

  1. the footnote of something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants