mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
[Lint] Fix double quatations to single quatations
This commit is contained in:
@@ -15,15 +15,15 @@ test(t => {
|
||||
[' 1. ', ' '],
|
||||
[' 2. ', ' '],
|
||||
[' 10. ', ' '],
|
||||
["\t- ", "\t"],
|
||||
['\t- ', '\t'],
|
||||
['- ', ''],
|
||||
// Header with using line
|
||||
["\n==", "\n"],
|
||||
["\n===", "\n"],
|
||||
["test\n===", "test\n"],
|
||||
['\n==', '\n'],
|
||||
['\n===', '\n'],
|
||||
['test\n===', 'test\n'],
|
||||
// Code block
|
||||
["```test\n", ''],
|
||||
["```test\nhoge", 'hoge'],
|
||||
['```test\n', ''],
|
||||
['```test\nhoge', 'hoge'],
|
||||
// HTML tag
|
||||
['<>', ''],
|
||||
['<test>', 'test'],
|
||||
|
||||
Reference in New Issue
Block a user