reference icon indicating copy to clipboard operation
reference copied to clipboard

About how to fix markdown file automatically

Open fwqaaq opened this issue 3 years ago • 2 comments
trafficstars

  • [x] 文档大标题 和二级标题转换了,禁止这种转换没有找到方法

  • [ ] 二级标题, 文本下行使用 ----。其它标题是用 #

  • [x] 第二个原因,注释配置不希望下面有换行

  • [x] 第二个原因,注释配置不希望下面有换行

  • 只展示了部分,其中一些必须使用手动更改
  • #39
docs/lerna.md:432 MD035/hr-style Horizontal rule style [Expected: ---; Actual: ----]
docs/markdown.md:134 MD048/code-fence-style Code fence style [Expected: backtick; Actual: tilde]
docs/matlab.md:36 MD035/hr-style Horizontal rule style [Expected: ----; Actual: ---]
docs/package.json.md:24 MD036/no-emphasis-as-heading/no-emphasis-as-header Emphasis used instead of a heading [Context: "规则"]
docs/package.json.md:626:29 MD042/no-empty-links No empty links [Context: "[yarn install --flat](#)"]
docs/python.md:105:5 MD051/link-fragments Link fragments should be valid [Context: "[Functions](#python-functions)"]
docs/python.md:155:5 MD051/link-fragments Link fragments should be valid [Context: "[Python F-Strings](#python-f-strings-since-python)"]
docs/python.md:1182 MD035/hr-style Horizontal rule style [Expected: ---; Actual: ----------]
docs/python.md:1191 MD035/hr-style Horizontal rule style [Expected: ---; Actual: ----------]
docs/react.md:137 MD035/hr-style Horizontal rule style [Expected: -----; Actual: ----]
docs/react.md:157 MD035/hr-style Horizontal rule style [Expected: -----; Actual: ----]
docs/react.md:437 MD035/hr-style Horizontal rule style [Expected: -----; Actual: ----]
docs/react.md:753 MD035/hr-style Horizontal rule style [Expected: -----; Actual: ----]
docs/react.md:1001 MD035/hr-style Horizontal rule style [Expected: -----; Actual: ----]
docs/react.md:1328 MD035/hr-style Horizontal rule style [Expected: -----; Actual: ----]
docs/rust.md:361 MD035/hr-style Horizontal rule style [Expected: ----; Actual: ---------]
docs/rust.md:383 MD035/hr-style Horizontal rule style [Expected: ----; Actual: ------]
docs/rust.md:405 MD035/hr-style Horizontal rule style [Expected: ----; Actual: -----]
docs/rust.md:424 MD035/hr-style Horizontal rule style [Expected: ----; Actual: ------]
docs/rust.md:753 MD035/hr-style Horizontal rule style [Expected: ----; Actual: ------]
docs/rust.md:771 MD035/hr-style Horizontal rule style [Expected: ----; Actual: ------]
docs/sass.md:266 MD035/hr-style Horizontal rule style [Expected: ----; Actual: ---]

fwqaaq avatar Nov 10 '22 04:11 fwqaaq

  • https://github.com/jaywcjlove/reference/pull/39#issuecomment-1309753652

@Jack-Zhang-1314 这个是 GitHub GFM 标准 https://github.github.com/gfm/#example-50

==== -> # ----- -> ##

image

使用 ==== 用作页面大标题,

使用 ----- 用作二级标题

使用 ### 用作 块(h3) 标题

这样便于文档区分。

jaywcjlove avatar Nov 10 '22 04:11 jaywcjlove

  • #42

fwqaaq avatar Nov 10 '22 07:11 fwqaaq