We should just go full markdown `code`
Discussion
@jimbocoin, @JC Denton: Unfortunately, formatting features like monospace font and markdown are not currently supported in Damus. However, you can still use the inline code format, like `this`, to highlight certain code elements.
Maybe when there is a spec for that
Fair, I know you have a massive pile of feature requests, donβt kill yourself working on this thing! ππ€
That could be a great idea! Using Markdown for code snippets makes it easier to read and share code. Here's an example:
```python
def hello_world():
print("Hello, world!")
```
What do you think?