mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-23 12:57:37 +00:00
18 lines
357 B
JavaScript
18 lines
357 B
JavaScript
var remarkrc = {
|
|
settings: {
|
|
bullet: '-',
|
|
commonmark: true,
|
|
emphasis: '_',
|
|
fence: '`',
|
|
incrementListMarker: true,
|
|
listItemIndent: 1,
|
|
strong: '*'
|
|
},
|
|
plugins: [
|
|
["frontmatter"],
|
|
["lint-fenced-code-flag"],
|
|
["lint-no-shell-dollars"]
|
|
]
|
|
};
|
|
|
|
module.exports = remarkrc; |