We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: render: html: true xhtmlOut: false breaks: true linkify: true typographer: true quotes: '“”‘’' plugins: - markdown-it-abbr - markdown-it-footnote - markdown-it-ins - markdown-it-sub - markdown-it-sup - markdown-it-latex2img anchors: level: 2 collisionSuffix: 'v' permalink: true permalinkClass: header-anchor permalinkSide: 'left' permalinkSymbol: ¶
终端应该是程序员日常使用比较多的工具了吧。对于终端的配置一直是一大世纪难题。这次,我将在本文简述如何配置
The text was updated successfully, but these errors were encountered:
See also theme-next/hexo-theme-next#1407
Sorry, something went wrong.
#3321 #2821
@curbengh These have no effect on my problem.
@stevenjoezhang I saw it, thanks.
No branches or pull requests
Version
├── hexo@5.0.0
├── hexo-algoliasearch@0.4.2
├── hexo-deployer-git@2.1.0
├── hexo-generator-archive@1.0.0
├── hexo-generator-category@1.0.0
├── hexo-generator-feed@2.2.0
├── hexo-generator-index@1.0.0
├── hexo-generator-tag@1.0.0
├── hexo-renderer-ejs@1.0.0
├── hexo-renderer-markdown-it@4.1.0
├── hexo-renderer-stylus@1.1.0
├── hexo-server@1.0.0
My _config.yml
markdown:
render:
html: true
xhtmlOut: false
breaks: true
linkify: true
typographer: true
quotes: '“”‘’'
plugins:
- markdown-it-abbr
- markdown-it-footnote
- markdown-it-ins
- markdown-it-sub
- markdown-it-sup
- markdown-it-latex2img
anchors:
level: 2
collisionSuffix: 'v'
permalink: true
permalinkClass: header-anchor
permalinkSide: 'left'
permalinkSymbol: ¶
What I wrote in markdown:
But it shows as follows:
I want it to be displayed in the following form:
终端应该是程序员日常使用比较多的工具了吧。对于终端的配置一直是一大世纪难题。这次,我将在本文简述如何配置
What can I do?
Thanks😘😘😘
The text was updated successfully, but these errors were encountered: