Skip to content

Instantly share code, notes, and snippets.

View zhangzhibin's full-sized avatar

Zhang Zhibin zhangzhibin

View GitHub Profile
@zhangzhibin
zhangzhibin / markdown-helper.md
Last active November 28, 2024 02:37
Write a custom markdown block helper for Handlebars, more info contact https://freeapplegame.com

Steps:

  1. install marked
npm install marked
  1. create a helper
import { marked } from 'marked';