fix(scripts): Markdown output
This commit is contained in:
parent
aff161a574
commit
4ee36cae8c
1 changed files with 1 additions and 2 deletions
|
@ -66,8 +66,7 @@ const patternDocsSubPage = (pattern, sub) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const optionDocsPage = (pattern, option) => "---\n\n" +
|
const optionDocsPage = (pattern, option) => "---\n\n" +
|
||||||
i18n.strings.en[`options.${pattern}.${option}.description`] + "\n\n" +
|
i18n.strings.en[`options.${pattern}.${option}.description`] + "\n"
|
||||||
`patterns.${pattern}.options.${option}.description`
|
|
||||||
|
|
||||||
const present = folder => {
|
const present = folder => {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue