And you can actually render a mermaid timeline from dataviewjs
```dataviewjs
const content=`\`\`\`mermaid
timeline
title History of Social Media Platform
2002 : LinkedIn
2004 : Facebook
: Google
2005 : Youtube
2006 : Twitter
\`\`\``
dv.span(content)
```