Damus
elsirion profile picture
elsirion
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 :)