You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
Improve the Atom Asciidoctor live preview so it supports the opinionated include directive module structure implemented in Antora.
Atom version: 1.41.0 x64
OS:
asciidoc-preview version: 2.13.1
language-asciidoc version: 1.11.0
Screenshots
Syntax example
Based on this directory structure, I should be able to include the files like this:
= JSON Web Tokeninclude::_partials$docs-variables.adoc[]include::_partials$in-page-toc.adoc[]include::_partials$parameters-asciidoc.adoc[]include::_partials$standard-anchors.adoc[]== Overview
{description}
The JWTs created by the extension are signed using a secret and are encoded using the HMAC SHA256 standard.
The include directive structure can not be rendered in the main Antora module file if the partials are stored in the same module as the pages.
This makes it challenging for folks trying to check if the partials are including correctly locally without having to spin up an Antora environment locally.
It would be great if the Live Preview renderer could interpret basic Antora include directives so it could render them locally.
The text was updated successfully, but these errors were encountered:
Description
Improve the Atom Asciidoctor live preview so it supports the opinionated
include
directive module structure implemented in Antora.asciidoc-preview
version: 2.13.1language-asciidoc
version: 1.11.0Screenshots
Syntax example
Based on this directory structure, I should be able to include the files like this:
The include directive structure can not be rendered in the main Antora module file if the
partials
are stored in the same module as the pages.This makes it challenging for folks trying to check if the partials are including correctly locally without having to spin up an Antora environment locally.
It would be great if the Live Preview renderer could interpret basic Antora
include
directives so it could render them locally.The text was updated successfully, but these errors were encountered: