Add new Features:

- Block Alignments
- Tables
- Media with Links
- Block Sizes
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-12-28 19:43:39 +01:00
parent 83febcfc79
commit 6adf42d457
20 changed files with 263 additions and 27 deletions
+3 -1
View File
@@ -6,6 +6,8 @@
],
"settings": {
"files.trimTrailingWhitespace": true,
"editor.autoIndent": "keep"
"editor.autoIndent": "keep",
"editor.renderWhitespace": "all",
"files.trimFinalNewlines": true
}
}