Remove escaping

This commit is contained in:
Simon Mattila 2019-09-24 13:58:52 +02:00
parent 756e92fa35
commit f40cfb29a8

View File

@ -12,7 +12,7 @@ module.exports = [
'container',
{
type: 'expander',
before: info => `<details class=\"expander_details\"><summary class=\"expander_summary\">${info}</summary>\n`,
before: info => `<details class="expander_details"><summary class="expander_summary">${info}</summary>\n`,
after: '</details>\n'
}
]