diff options
| author | 2021-07-26 20:25:54 +0200 | |
|---|---|---|
| committer | 2021-07-26 20:25:54 +0200 | |
| commit | ad0e26dc04008feec8de0603c88fbd63f87c18ec (patch) | |
| tree | fb8402a9d881b6480eba0a2402f05f7b39f7435c /README.md | |
| parent | add trusted proxy for parsing client IPs (#115) (diff) | |
| download | gotosocial-ad0e26dc04008feec8de0603c88fbd63f87c18ec.tar.xz | |
Markdown Statuses (#116)
* parse markdown statuses if desired
* add some preliminary docs for writing posts
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -123,6 +123,7 @@ The following libraries and frameworks are used by GoToSocial, with gratitude ðŸ * [gin-contrib/static](https://github.com/gin-contrib/static); Gin static page middleware. [MIT License](https://spdx.org/licenses/MIT.html) * [go-fed/activity](https://github.com/go-fed/activity); Golang ActivityPub/ActivityStreams library. [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html). * [go-fed/httpsig](https://github.com/go-fed/httpsig); secure HTTP signature library. [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html). +* [russross/blackfriday](https://github.com/russross/blackfriday); markdown parsing for statuses. [Simplified BSD License](https://spdx.org/licenses/BSD-2-Clause.html). * [go-pg/pg](https://github.com/go-pg/pg); Postgres ORM library. [BSD-2-Clause License](https://spdx.org/licenses/BSD-2-Clause.html). * [google/uuid](https://github.com/google/uuid); UUID generation. [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html) * [gorilla/websocket](https://github.com/gorilla/websocket); Websocket connectivity. [BSD-2-Clause License](https://spdx.org/licenses/BSD-2-Clause.html). |
