Any downside to just using HTML?

So I notieced that if I just paste HTML into the text box it all seems to format just fine and in some cases renders more closely to what i exepect than if I convert to markdown. My workflow is write in .org, export to (.md|.html), paste.

Is there any downside to just using HTML?

Not really, aside from Micro.blog and third-party clients usually defaults to Markdown. For example, if you use the Micro.blog editor and click the button to create a hyperlink, it outputs Markdown instead of HTML. So in a way, you’re going a bit “against the grain” by sticking to HTML only, but it’s not really an issue if you’re using an external text editor anyway.

It’s also worth noting that while you can use any HTML you want on your blog, the Micro.blog timeline only allows a limited set of HTML elements and attributes. Anything else will get stripped out.

1 Like