editor
editor copied to clipboard
Inline code format ignores bold and italic
When use inline code format with bold and italic, in editor it looks like well.
But the value in markdown state doesn't include bold and italic format.
That's an omission in the conversion logic, indeed. I will see how if this is fixable.
Thanks for reply. Additionally, code format in blockquote is also same case.
From what I can see from the original specification you can't format code-snippets. It will print them out literally: https://daringfireball.net/projects/markdown/syntax#precode
Showing them formatted in the editor is the actual bug. Ideally the buttons should be deactivated when editing inline code
@jschoder code snippets can't be formatted, but you can nest an inline code (single ticks) inside bold/italic. This has practical implications, like an emphasized paragraph that has some variables in it.
Ideally, Something like this or this is possible, but **this** won't format anything and would just add the snippet inside ``.