We should just go full markdown `code`

Reply to this note

Please Login to reply.

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?