@jti/adoc2typst2pdf 1.0.0

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/CHANGELOG.adoc ADDED
@@ -0,0 +1,21 @@
1
+ // vim: tw=0 ai et ts=2 sw=2
2
+ = Changelog
3
+ Ewan Edwards <eedwards@journaltech.com>
4
+ :keepacl: https://keepachangelog.com/en/1.1.0/[Keep a Changelog^]
5
+ :semantic: https://semver.org/spec/v2.0.0.html[Semantic Versioning^]
6
+ :org: https://github.com/jtidocs
7
+ :repo: adoc2typst2pdf
8
+ :unreleased: {org}/{repo}/compare/1.0.0\.\.\.HEAD[Unreleased]
9
+ :1-0-0: {org}/{repo}/releases/tag/1.0.0[1.0.0]
10
+ // :1-0-1: {org}/{repo}/compare/1.0.0\...1.0.1[1.0.1]
11
+
12
+ All notable changes to this project are documented in this file.
13
+
14
+ The format is based on {keepacl}, and this project adheres to {semantic}.
15
+
16
+
17
+ == {unreleased}
18
+
19
+ == {1-0-0} - 2026-05-25
20
+
21
+ - Initial release.
package/README.adoc ADDED
@@ -0,0 +1,2 @@
1
+ # adoc2typst2pdf
2
+ A collection of tools and Antora Assembler configuration for converting Antora documentation projects to PDFs using Typst.