respec 37.2.0 → 37.3.1
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 -1
- package/builds/respec-aom.js +132 -132
- package/builds/respec-aom.js.map +1 -1
- package/builds/respec-dini.js +134 -134
- package/builds/respec-dini.js.map +1 -1
- package/builds/respec-geonovum.js +90 -90
- package/builds/respec-geonovum.js.map +1 -1
- package/builds/respec-highlight.js +1 -1
- package/builds/respec-w3c.js +587 -586
- package/builds/respec-w3c.js.map +1 -1
- package/package.json +29 -26
- package/tools/respec2html.js +7 -0
- package/tools/respecDocWriter.js +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ReSpec
|
|
2
2
|
|
|
3
|
-
[](https://github.com/speced/respec/actions?query=workflow%3A%22Node+CI%22+branch%3Amain)
|
|
4
4
|
|
|
5
5
|
ReSpec is a tool for writing [W3C](https://www.w3.org/) specifications and other technical documents. Write your content in HTML, add a `<script>` tag, and ReSpec handles the boilerplate, formatting, cross-references, bibliography, and validation automatically.
|
|
6
6
|
|