elsirion on Nostr: Do any nostr clients support rudimentary markdown like: * Lists * *italic* and ...
Do any nostr clients support rudimentary markdown like:
* Lists
* *italic* and **bold** typefaces
* [Hyperlinks](https://bitcoin.org)
* `innline code`
```rust
// Code blocks
let foo = "bar";
```
## Subheadings
And finally footnotes [^1]
[^1]: lmk if anything works :)
* Lists
* *italic* and **bold** typefaces
* [Hyperlinks](https://bitcoin.org)
* `innline code`
```rust
// Code blocks
let foo = "bar";
```
## Subheadings
And finally footnotes [^1]
[^1]: lmk if anything works :)