|
@ -5,7 +5,7 @@ |
|
|
|
|
|
|
|
|
module.exports = { |
|
|
module.exports = { |
|
|
options: { |
|
|
options: { |
|
|
html: true, // Enable HTML tags in source
|
|
|
html: false, // Enable HTML tags in source
|
|
|
xhtmlOut: true, // Use '/' to close single tags (<br />)
|
|
|
xhtmlOut: true, // Use '/' to close single tags (<br />)
|
|
|
breaks: false, // Convert '\n' in paragraphs into <br>
|
|
|
breaks: false, // Convert '\n' in paragraphs into <br>
|
|
|
langPrefix: 'language-', // CSS language prefix for fenced blocks
|
|
|
langPrefix: 'language-', // CSS language prefix for fenced blocks
|
|
|