GoToSocial/internal/text
tobi a314d2b539
[bugfix] Refactor parse mention, fix local mention bug (#2657)
* [bugfix] Refactor parse mention, fix local mention bug

* originAccount -> originAcct
2024-02-19 03:48:20 +00:00
..
emojify.go [chore] Refactor HTML templates and CSS (#2480) 2023-12-27 11:23:52 +01:00
formatter.go
formatter_test.go [bugfix] Refactor parse mention, fix local mention bug (#2657) 2024-02-19 03:48:20 +00:00
goldmark_custom_renderer.go [feature] Media attachment placeholders (#2331) 2023-11-10 19:29:26 +01:00
goldmark_parsers.go
goldmark_plaintext.go
markdown.go updates markdown parsing to reduce allocations in the same way as the plain text formatter (#2252) 2023-10-05 13:22:40 +01:00
markdown_test.go
minify.go
normalize.go
plain.go
plain_test.go
removehtml_test.go
sanitize.go
sanitize_test.go
util.go