TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Extend Markdown on Static Sites with Inline JavaScript (Hexo/Vue.js)

6 pointsby dzwilliaabout 7 years ago

1 comment

dzwilliaabout 7 years ago
Hi all -- we&#x27;re using Hexo for our website. For our API docs we wanted to provide &#x27;live&#x27; runnable code snippets in Markdown, so I came up with a way to make it easy for anyone on our team to add tiny Javascript apps in Markdown with a simple tag. Thought HN might find it useful too and happy to answer any questions.<p>The link above lets you play with live examples; GitHub repo here: <a href="https:&#x2F;&#x2F;github.com&#x2F;flexiodata&#x2F;markdown-components" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;flexiodata&#x2F;markdown-components</a>.