1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Merge branch 'master' into text-deflist

This commit is contained in:
Baptiste Augrain
2018-11-08 05:24:57 +01:00
70 changed files with 1162 additions and 279 deletions

View File

@@ -102,6 +102,7 @@ Term 2 with *inline markup*
Third paragraph of definition 2.
`
const shortcuts = '<kbd>Ctrl</kbd>\n\n[[Ctrl]]'
export default {
basic,
@@ -113,5 +114,6 @@ export default {
abbrevations,
subTexts,
supTexts,
deflists
deflists,
shortcuts
}