Age | Commit message (Collapse) | Author | Files |
|
|
|
Resolves https://github.com/superseriousbusiness/gotosocial/issues/990
|
|
them (#719)
* remove minify dependency
* tidy up some tests
* remove pre + postformat funcs
* rework sanitization + formatting
* update tests
* add some more markdown tests
|
|
* move caption sanitization -> sanitize.go
* use sanitizeplaintext rather than removehtml
* rename sanitizecaption to sanitizeplaintext
* avoid removing html twice from statuses
* unexport remoteHTML
it's no longer used outside the text package so this
makes it less confusing
* test instance PATCH
|
|
|
|
* aaaaaa
* vendor minify
* update + test markdown parsing
|
|
* link + hashtag bug
* remove printlns
* tidy up some duplicated code
|
|
* parse markdown statuses if desired
* add some preliminary docs for writing posts
|