Closed toricls closed 9 years ago
Can you elaborate more on what you mean by "text attributes"? Perhaps providing an example of input and the output you'd expect/desire?
And which of these are you having a problem with? The only one that's not already support is strikethrough (i.e. <s>
) since that is not supported by pure Markdown as far as I'm aware.
What are you seeing happen when you attempt to convert the input you've provided with html.md?
The only one that's not already support is strikethrough (i.e.
<s>
)
My test data was not correct, and yes, it's exactly working properly without <s>
which I expected to be converted. Could you share the documentation page or an url you mentioned as pure Markdown?
Good stuff. I'll close this issue then.
Here's the official homepage of the original Markdown language:
Thanks :)
Is there any plan to support text attributes like bold, italic, strikethrough?