1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

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
locales/index.d.ts vendored
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
*/