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

A question about markdown #4473

Closed
pi-dal opened this issue Aug 5, 2020 · 4 comments
Closed

A question about markdown #4473

pi-dal opened this issue Aug 5, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@pi-dal
Copy link

pi-dal commented Aug 5, 2020

Version
  • hexo: 5.0.0
  • hexo-cli: 3.1.0
  • os: Darwin 19.5.0 darwin x64
  • node: 13.11.0
  • hexo-site@0.0.0 /Users/pi-dal/pi-dal-blog
    ├── 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:

markdown-wrote

But it shows as follows:

markdown-show

I want it to be displayed in the following form:

终端应该是程序员日常使用比较多的工具了吧。对于终端的配置一直是一大世纪难题。这次,我将在本文简述如何配置

What can I do?
Thanks😘😘😘
@stevenjoezhang
Copy link
Member

See also theme-next/hexo-theme-next#1407

@stevenjoezhang stevenjoezhang transferred this issue from hexojs/hexo-renderer-markdown-it Aug 12, 2020
@curbengh
Copy link
Contributor

#3321 #2821

@pi-dal
Copy link
Author

pi-dal commented Aug 25, 2020

@curbengh These have no effect on my problem.

@pi-dal
Copy link
Author

pi-dal commented Aug 25, 2020

@stevenjoezhang I saw it, thanks.

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

No branches or pull requests

3 participants