hugo-sid/hugo-blog-awesome

Long inline code does not break line

Closed this issue · 4 comments

jnkn6 commented

Describe the bug
A clear and concise description of what the bug is.

Steps to reproduce
Write long inline code

Expected behavior
If inline code is long, it should break line.

Screenshots
image

Thank you!

Thanks for reporting.

A question came to my mind. Why not use block level code instead of inline code?

Example of block level code:

```
long code
```
jnkn6 commented

I'm using both codeblock and inline code.

I use codeblock when writing multiple line of codes, and I use inline code to quote to explain specific one line of code.

This issue has been marked stale due to inactivity. It will auto-close in 7 days without an update.

This issue was auto-closed due to inactivity.