Skip to main content
Module

x/gfm/makefile

Server-side GitHub Flavored Markdown rendering for Deno
Go to Latest
File
build: rm -rf style/node_modules/@primer/primitives cd style && npm install && npm run build echo "/** @type {string} */\nexport const CSS = \``cat style/dist/main.css`\`;" > style.js dev: deno run -A --unstable --watch --no-check ./example/main.ts