From 03d17e399130278aa054b606e407a1288ca5af9a Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Mon, 14 Jun 2021 13:42:23 +0200 Subject: [PATCH] mark "_" character as passthrough as it would otherwise interfere with other occurrences in the same line --- docs/modules/ROOT/pages/whats-new.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index 2a7dd60a6..a4f4e5b22 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -175,7 +175,7 @@ version: ~ ---- As expected, when the version key is assigned `~`, Antora doesn't include the version segment in the component version's page URLs (e.g., [.path]_/component-name/module-name/page-name.html_). -Although rare, if you ever need to refer to a resource in a versionless version, you can do so using the `_` keyword in the resource ID (e.g., `_@page.html`). +Although rare, if you ever need to refer to a resource in a versionless version, you can do so using the `+_+` keyword in the resource ID (e.g., `+_@page.html+`). == Resolved issues -- GitLab