deno-gfm
Server-side GitHub Flavored Markdown rendering for Deno
File Explorer
Download Latest Version (.zip)- ci.yml
- settings.json
- content.md
- main.ts
- .gitignore
- .parcelrc
- main.scss
- package-lock.json
- package.json
- patch.ts
- alerts.html
- alerts.md
- alerts.strip
- basic.html
- basic.md
- basic.strip
- codeMath.html
- customAllowedClasses.html
- customAllowedClasses.md
- customAllowedTags.html
- customAllowedTags.md
- detailsSummaryDel.html
- detailsSummaryDel.strip
- example.html
- example.json
- example.strip
- footnote.html
- footnote.md
- lineBreaks.html
- lineBreaks.md
- lineBreaks.strip
- math.html
- math.md
- math.strip
- table.html
- table.md
- taskList.html
- taskList.strip
- yaml.html
- yaml.md
- runTestServer.ts
- server_test.ts
- test.ts
- test_utils.ts
- .gitignore
- deno.json
- LICENSE
- mod.ts
- README.md
- style.ts
# Installation Guide
1. Get the code
git clone https://github.com/denoland/deno-gfm
Downloads the entire project code from GitHub to your computer.
cd deno-gfm
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
import "npm:prismjs@1.29.0/components/prism-typescript.js";
Type this command into your terminal and run it.
import "npm:prismjs@1.29.0/components/prism-bash.js";
Type this command into your terminal and run it.
import "npm:prismjs@1.29.0/components/prism-rust.js";
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
