mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:25:11 +00:00
[MOD/ADD] Get rid of pre, modify /, and tools
Right now, only adminify exists, if you dare to build it yourself that is...
This commit is contained in:
parent
1f26684913
commit
1103425912
7 changed files with 196 additions and 7 deletions
|
|
@ -8,7 +8,8 @@ typedef enum XEP393Type {
|
|||
XEP393_ITALIC,
|
||||
XEP393_EMPH,
|
||||
XEP393_MONO,
|
||||
XEP393_TEXT
|
||||
XEP393_TEXT,
|
||||
XEP393_NL
|
||||
} XEP393Type;
|
||||
typedef struct XEP393Element {
|
||||
struct XEP393Element *parent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue