I'm trying to build my personal blog with Hexo, which uses Markdown to write blog. When writing my About page, I want to use Tab to make the alignment looks better, I want the alignment to be like this:
Without tabs, the alignment looks like this:
Here's what I tried:
- Use
or 
, but to align the text, I have to repeat the character a lot of times, and the number of character used have to be calculated precisely - Use non-breaking spaces by typing
option + space
on my Mac, but it doesn't seems to help, there was no indent at all - Use HTML to write table, it could align the text, but the text have dark background, which looks not so good on the blog
I wonder is there any way to create the previously mentioned text alignment in Markdown or use HTML? I would be appreciated if you could kindly help.