mirror of
https://github.com/BoostIo/Boostnote
synced 2026-06-02 12:43:14 +00:00
added unit test for checkbox markdown syntax
This commit is contained in:
Vendored
+7
-1
@@ -41,8 +41,14 @@ c = \pm\sqrt{a^2 + b^2}
|
||||
$$
|
||||
`
|
||||
|
||||
const checkboxes = `
|
||||
- [ ] Unchecked
|
||||
- [x] Checked
|
||||
`
|
||||
|
||||
export default {
|
||||
basic,
|
||||
codeblock,
|
||||
katex
|
||||
katex,
|
||||
checkboxes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user