@d10f/asciidoc-astro-loader 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,6 +14,7 @@ This package will allow you to load Asciidoc files (with either an `.asciidoc` o
|
|
|
14
14
|
|
|
15
15
|
- [ ] Async support on custom template and converter class render methods.
|
|
16
16
|
- [ ] Include support for more template engines out of the box.
|
|
17
|
+
- [ ] Semantic HTML output by default.
|
|
17
18
|
|
|
18
19
|
## Getting Started
|
|
19
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d10f/asciidoc-astro-loader",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "An Astro collections loader for Asciidoc files",
|
|
5
5
|
"author": "D10f",
|
|
6
6
|
"license": "MIT",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"vitest": "^3.2.4"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@shikijs/transformers": "^3.
|
|
52
|
+
"@shikijs/transformers": "^3.20.0",
|
|
53
53
|
"asciidoctor": "^3.0.4",
|
|
54
54
|
"shiki": "^3.13.0"
|
|
55
55
|
},
|