https://github.com/pwright/asciidoc-comments
Render asciidoc to html with each block addressable for comments
https://github.com/pwright/asciidoc-comments
Last synced: about 1 month ago
JSON representation
Render asciidoc to html with each block addressable for comments
- Host: GitHub
- URL: https://github.com/pwright/asciidoc-comments
- Owner: pwright
- License: mit
- Created: 2022-06-10T11:32:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T11:03:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T07:02:47.251Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://pwright.github.io/asciidoc-comments/
- Size: 114 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asciidoc comments
Render asciidoc to html making each block addressable.

To process your AsciiDoc files into html with an id for each block:
```bash
npm i -g @techwriter/asciidoc-comments
asciidoc-comments .adoc
```
See [website](https://pwright.github.io/asciidoc-comments/) for more details