File tree Expand file tree Collapse file tree 4 files changed +6
-19
lines changed Expand file tree Collapse file tree 4 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 11// Jargon
2- API
32CLI
43XSS
54attacher
65bundler
7- debounced
86esbuild
9- hacky
10- linter
11- math
12- middleware
137minified
148minify
159minifying
1610performant
17- pluggable
11+ plugable
1812programmatically
1913readme
20- stdin
21- stdout
22- stringifier
2314stringify
2415syntaxes
2516whitespace
@@ -29,25 +20,20 @@ BundlePhobia
2920CDN
3021CommonMark
3122DOM
32- Deno
3323GFM
3424HSL
3525JSDoc
3626JSON
3727JSX
3828MDX
3929MacBook
40- Node.js
4130Otander
4231Preact
43- hast
4432mdast
4533nlcst
4634npm
4735rehype
48- remark
4936retext
50- unified
5137unist
5238vfile
5339xast
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ await remark()
8888
8989Read more about [ ` unist-util-find ` ] [ unist-util-find ] in its readme.
9090
91- ` unist-util-find ` is rather basic and slow.
91+ The package ` unist-util-find ` is rather basic and slow.
9292You likely want to [ traverse a tree] [ tree-traversal ]
9393with [ ` unist-util-visit ` ] [ unist-util-visit ]
9494
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Together with other tools and specifications they form the unified collective.
5656
5757The unified collective spans like-minded organizations.
5858These organizations have the shared goal to innovate content processing.
59- Seamless, interchangeable, and pluggable tooling is how that’s achieved.
59+ Seamless, interchangeable, and plugable tooling is how that’s achieved.
6060
6161Depending on what you want to do you reference different organizations.
6262So let’s start off with an introduction round.
Original file line number Diff line number Diff line change 3535
3636### Tree transformations
3737
38- For this example we start out with markdown content and then transform to HTML.
39- We need a markdown parser and an HTML stringifier (compiler) for that.
38+ For this example we start out with markdown content and then turn it into HTML.
39+ We need something to parse markdown and something to compile (stringify) HTML
40+ for that.
4041The relevant projects are respectively [ ` remark-parse ` ] [ parse ] and
4142[ ` rehype-stringify ` ] [ stringify ] .
4243To transform between the two syntaxes we use [ ` remark-rehype ` ] [ remark-rehype ] .
You can’t perform that action at this time.
0 commit comments