1
0

show the border MFM function in cheatsheet - fixes #533

This commit is contained in:
dakkar
2025-01-18 11:01:09 +00:00
parent 42d8279610
commit 49d6fc6782
3 changed files with 21 additions and 0 deletions
+8
View File
@@ -11525,6 +11525,14 @@ export interface Locale extends ILocale {
* Change the background color of text.
*/
"backgroundDescription": string;
/**
* Border
*/
"border": string;
/**
* Draw a border around the content.
*/
"borderDescription": string;
/**
* Plain
*/