You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate.
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查。
# Hexo Configuration## Docs: https://hexo.io/docs/configuration.html## Source: https://github.com/hexojs/hexo/# Sitetitle: Zh某的备忘录subtitle: '记录生活点滴'description: '不断学习 关注技术 热爱生活'keywords:
author: Zhmoulanguage: zh-CNtimezone: 'Asia/Shanghai'# URL## If your site is put in a subdirectory, set url as 'http://example.com/child' and root as '/child/'url: http://zhmou.github.io/root: /permalink: :year/:month/:day/:title/permalink_defaults:
pretty_urls:
trailing_index: true # Set to false to remove trailing 'index.html' from permalinkstrailing_html: true # Set to false to remove trailing '.html' from permalinks# Directorysource_dir: sourcepublic_dir: publictag_dir: tagsarchive_dir: archivescategory_dir: categoriescode_dir: downloads/codei18n_dir: :langskip_render:
# Writingnew_post_name: :year-:month-:day-:title.md # File name of new postsdefault_layout: posttitlecase: false # Transform title into titlecaseexternal_link:
enable: true # Open external links in new tabfield: site # Apply to the whole siteexclude: ''filename_case: 0render_drafts: falsepost_asset_folder: falserelative_link: falsefuture: truehighlight:
enable: trueline_number: trueauto_detect: falsetab_replace: ''wrap: truehljs: falseprismjs:
enable: falsepreprocess: trueline_number: truetab_replace: ''# Home page setting# path: Root path for your blogs index page. (default = '')# per_page: Posts displayed per page. (0 = disable pagination)# order_by: Posts order. (Order by date descending by default)index_generator:
path: ''per_page: 10order_by: -date# Category & Tagdefault_category: uncategorizedcategory_map:
tag_map:
# Metadata elements## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/metameta_generator: true# Date / Time format## Hexo uses Moment.js to parse and display date## You can customize the date format as defined in## http://momentjs.com/docs/#/displaying/format/date_format: YYYY-MM-DDtime_format: HH:mm:ss## updated_option supports 'mtime', 'date', 'empty'updated_option: 'mtime'# Pagination## Set per_page to 0 to disable paginationper_page: 10pagination_dir: page# Include / Exclude file(s)## include:/exclude: options only apply to the 'source/' folderinclude:
exclude:
ignore:
# Extensions## Plugins: https://hexo.io/plugins/## Themes: https://hexo.io/themes/theme: next# Deployment## Docs: https://hexo.io/docs/one-command-deploymentdeploy:
type: gitrepository: https://github.com/zhmou/zhmou.github.io.gitbranch: main# Markdown-it config# Docs: https://github.com/hexojs/hexo-renderer-markdown-it/wikimarkdown:
render:
html: truexhtmlOut: falsebreaks: truelinkify: truetypographer: truequotes: '“”‘’'plugins:
- markdown-it-abbr
- markdown-it-footnote
- markdown-it-ins
- markdown-it-mathjax
- markdown-it-deflist
- markdown-it-imsize
- markdown-it-mark
- markdown-it-regexp
- markdown-it-task-checkbox
- name: markdown-it-containeroptions: success
- name: markdown-it-containeroptions: info
- name: markdown-it-containeroptions: warning
- name: markdown-it-containeroptions: danger
- markdown-it-deflist
- name: markdown-it-emojioptions:
shortcuts: {}anchors:
level: 1collisionSuffix: 'v'permalink: truepermalinkClass: header-anchorpermalinkSymbol: ''search:
path: search.xmlfield: postcontent: trueformat: htmls# https://github.com/next-theme/hexo-word-countersymbols_count_time:
symbols: truetime: truetotal_symbols: truetotal_time: trueexclude_codeblock: falseawl: 4wpm: 100suffix: "分钟"
NexT Configuration
custom_file_path:
variable: source/_data/variables.stylstyle: source/_data/styles.stylcreative_commons:
# Available values: by | by-nc | by-nc-nd | by-nc-sa | by-nd | by-sa | cc-zerolicense: by-nc-sa# Available values: big | smallsize: smallsidebar: falsepost: falselanguage: deed.zhmenu:
home: / || fa fa-hometags: /tags/ || fa fa-tagscategories: /categories/ || fa fa-tharchives: /archives/ || fa fa-archivelinks: /links/ || fa fa-linkabout: /about/ || fa fa-user# Sidebar Avataravatar:
# Replace the default image and set the url here.url: /img/general/avatar.jpg# If true, the avatar will be displayed in circle.rounded: true# If true, the avatar will be rotated with the cursor.rotated: truebusuanzi_count:
enable: truetotal_visitors: truetotal_visitors_icon: fa fa-usertotal_views: truetotal_views_icon: fa fa-eyepost_views: truepost_views_icon: far fa-eye
Other Information
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. It is possible issue was solved or at least outdated. Feel free to open new for related bugs.
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate.
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查。
Issue Checklist
Expected behavior
在Markdown文件中 输入 单引号 '(Unicode编码 U+0027)、双引号"(U+0022)进行测试:
默认主题landscape的行为:
这五行引号的Unicode分别为:
U+2019 ’ (和原文件中的Unicode不同)
U+201D ” (和原文件中的Unicode不同)
U+2019 ’ (和原文件中的Unicode不同)
U+0027 '
U+0027 '
Actual behavior
网站:https://zhmou.github.io/2022/09/12/only-for-test/
在Next主题下的行为
这五行引号的Unicode分别为:
U+2019 ’ (和原文件中的Unicode不同)
U+0022 " (和原文件中的Unicode相同)
U+0027 ' (和原文件中的Unicode相同)
U+2019 ’
U+2019 ’
Steps to reproduce the behavior
新建博文,英文键盘模式下输入各种 ' 进行测试。
Environment Information
Node.js and NPM Information
Package dependencies Information
Hexo Configuration
NexT Configuration
Other Information
The text was updated successfully, but these errors were encountered: