mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Fix bad indentation in support data
This commit is contained in:
parent
5625673d2c
commit
c90b2e4d6f
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ function patchEmptiness(data, prop) {
|
|||
}
|
||||
|
||||
function configToMarkdown(collapse = false) {
|
||||
const text = cmEditor.getValue().replace(/^ /gm, '');
|
||||
const text = cmEditor.getValue();
|
||||
return collapse
|
||||
? '<details>\n\n```yaml\n' + text + '\n```\n</details>'
|
||||
: '```yaml\n' + text + '\n```\n';
|
||||
|
|
Loading…
Reference in a new issue