We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee23e8b commit bcfe5ccCopy full SHA for bcfe5cc
CHANGELOG.adoc
@@ -6,7 +6,7 @@
6
This document provides a high-level view of the changes introduced in Asciidoctor.js by release.
7
For a detailed view of what has changed, refer to the {uri-repo}/commits/main[commit history] on GitHub.
8
9
-== Unreleased
+== v3.0.2 (2023-06-24)
10
11
Breaking Changes::
12
@@ -15,6 +15,9 @@ Breaking Changes::
15
[source,js]
16
----
17
import asciidoctor, { Document } from '@asciidoctor/core'
18
+
19
+const Asciidoctor = asciidoctor()
20
+Asciidoctor.convert('Hello _world_')
21
22
* Publish `@asciidoctor/core` as an ES6 module
23
0 commit comments