Skip to content

Commit 80a6dbb

Browse files
committed
rename to markdown-doc-loader
1 parent 01b93d7 commit 80a6dbb

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
## zandoc-loader
1+
## markdown-doc-loader
22

3-
A webpack loader to parse zandoc markdown to structured data using [unified](https://github.com/unifiedjs/unified).
3+
A webpack loader to parse markdown-doc markdown to structured data using [unified](https://github.com/unifiedjs/unified).
4+
5+
## Ecosystem
6+
7+
* markdown-doc-loader
8+
* react-markdown-doc-loader
9+
* markdown-doc-loader-utils
410

511
### Usage
612

@@ -14,7 +20,7 @@ Use as a webpack loader.
1420
test: /\.md$/,
1521
use: [
1622
// additional loaders to convert markdown AST to js
17-
'zandoc-loader'
23+
'markdown-doc-loader'
1824
]
1925
}
2026
]
@@ -32,4 +38,4 @@ Output array can have 3 types of ASTs, use `contentType` on the root to check ty
3238
* demo: indicates a demo tree, a demo consists of a code fragment and an optional title
3339
* markdown: indicates a normal markdown tree.
3440

35-
`zandoc-loader-utils` consists some utilities for working with these ASTs.
41+
`markdown-doc-loader-utils` consists some utilities for working with these ASTs.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "zandoc-loader",
3-
"version": "1.0.4",
4-
"description": "zandoc webpack loader",
2+
"name": "markdown-doc-loader",
3+
"version": "1.0.0",
4+
"description": "markdown doc webpack loader",
55
"main": "lib/index.js",
66
"scripts": {},
77
"keywords": [

0 commit comments

Comments
 (0)