Evaluation of AsciiDoc #85

Open
opened 2026-05-28 15:04:06 +02:00 by yestax · 1 comment
Owner

The objective is to keep documentation with one source of truth.

In a portability consideration, try evaluating Asciidoc markup language to genrate man pages, wiki pages, simple txtx file, markdown files.

The objective is to keep documentation with one source of truth. In a portability consideration, try evaluating Asciidoc markup language to genrate man pages, wiki pages, simple txtx file, markdown files.
Author
Owner

Possible to migrate files with

pandoc setup/packages/base/doc/linux/manpages.7setup.md -o test.adoc

and

asciidoctor -b manpage file.adoc -o file.1

Some metadat are necessary

https://docs.asciidoctor.org/asciidoc/latest/attributes/document-attributes-ref/#manpage-attributes

Possible to migrate files with pandoc setup/packages/base/doc/linux/manpages.7setup.md -o test.adoc and asciidoctor -b manpage file.adoc -o file.1 Some metadat are necessary https://docs.asciidoctor.org/asciidoc/latest/attributes/document-attributes-ref/#manpage-attributes
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
yestax/setup#85
No description provided.