I would like to display timeline information using markdown
, how to do?
By the way, I want to make it in hexo
.
I would like to display timeline information using markdown
, how to do?
By the way, I want to make it in hexo
.
Markdown isn't intended to support this kind of thing:
Markdown’s syntax is intended for one purpose: to be used as a format for writing for the web.
…
Its syntax is very small, corresponding only to a very small subset of HTML tags.
You could create an image and include a link to it in your Markdown. Alternatively, if you have some method for generating these visuals in HTML you could use those tags directly.
Some implementations of Markdown add features that aren't present in the original version, for example tables. I'm not aware of any that display timelines.
You can use the hexo-tag-mdline plugin, https://www.npmjs.com/package/hexo-tag-mdline.