Faried Nawaz
Faried Nawaz
No, I didn't find a solution. The package's internals need to be modified to support this.
Here are two, the eurogaran font (`FixedMediumLispm-13.pcf`) in an xterm, and this repository's font in vscode: https://imgur.com/gallery/TQQxY8L The vscode font size is 17.
After building it, I ran `./build` in the db directory, and then `telnet localhost 7777`; login as *wizard* (no password).
Pleroma servers can support posting as `text/markdown`. It's on by default, but admins can turn it off. `jq .pleroma.metadata.post_formats https:///api/v1/instance` says ```json [ "text/plain", "text/html", "text/markdown", "text/bbcode" ] ``` Husky...