Created
August 28, 2016 21:21
-
-
Save zhaocai/95afe73755b02d691ed80563cb017a13 to your computer and use it in GitHub Desktop.
remark rc config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
plugins: | |
remark-lint: | |
blockquote-indentation: 2 | |
final-newline: true | |
hard-break-spaces: true | |
list-item-bullet-indent: true | |
list-item-indent: 'tab-size' | |
maximum-line-length: false | |
no-auto-link-without-protocol: true | |
no-blockquote-without-caret: true | |
no-duplicate-definitions: true | |
no-heading-content-indent: true | |
no-inline-padding: true | |
no-shortcut-reference-image: true | |
no-shortcut-reference-link: true | |
no-undefined-references: true | |
no-unused-definitions: true | |
ordered-list-marker-style: "." | |
remark-validate-links: | |
remark-reference-links: | |
settings: | |
gfm: true | |
yaml: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment