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" +
|
||||
i18n.strings.en[`options.${pattern}.${option}.description`] + "\n\n" +
|
||||
`patterns.${pattern}.options.${option}.description`
|
||||
i18n.strings.en[`options.${pattern}.${option}.description`] + "\n"
|
||||
|
||||
const present = folder => {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue