Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
15 lines (14 loc) · 809 Bytes

File metadata and controls

15 lines (14 loc) · 809 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"config": {
"line-length": false, // MD013 行の長さ
"no-hard-tabs": false, // MD010 Markdown中にTSVを書くとエラーになるため
"no-duplicate-heading": false, // MD024 - Multiple headings with the same content
"single-h1": false, // MD025 - Multiple top-level headings in the same document
"no-trailing-punctuation": false, // MD026 ヘディングに句読点(.,;:!?)を許容したい
"no-inline-html": false, // MD033 HTMLは許容
"no-bare-urls": false, // MD034 URLのリンク化条件
"no-space-in-emphasis":false, // MD037 $$など数式で問題になったため外す
"link-fragments":false // MD051 相対パス設定
},
"ignores": [".git", "node_modules"] // 無視するディレクトリ
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.