The most interesting feature in HackMD that intrigues me, is the partial support of HTML. You can insert a line of HTML in the document directly to implement some features that markdown does not provide.
So the question is, how many HTML tags can be used in HackMD directly? And for the tags that are not supported, are there any plans of supporting them?
For example, I can easily insert an audio/video/iframe element, but SVG/Canvas elements will be treated as text. And then I try the ruby tag:
<ruby>兎<rt>うさぎ</rt></ruby>
Well it can be handled in Github Markup: 兎, but in HackMD it will be treated as text, too. So this issue is also a feature request issue. 😂
The most interesting feature in HackMD that intrigues me, is the partial support of HTML. You can insert a line of HTML in the document directly to implement some features that markdown does not provide.
So the question is, how many HTML tags can be used in HackMD directly? And for the tags that are not supported, are there any plans of supporting them?
For example, I can easily insert an audio/video/iframe element, but SVG/Canvas elements will be treated as text. And then I try the ruby tag:
Well it can be handled in Github Markup: 兎, but in HackMD it will be treated as text, too. So this issue is also a feature request issue. 😂