https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295112

Vladlen Popolitov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |[email protected]

--- Comment #2 from Vladlen Popolitov <[email protected]> ---
@doceng
extref: macro on all documents stopped working, it generates the link for doc
files instead of online HTML pages.

Error in code:
shared/lib/CrossDocumentReferencesMacro/extension.rb

Expresiion evaluated to true, now it evaluates to false (hugo version change or
something like this):
if doc.attributes['isonline'] == "1"

Workaround:
change setting in documentation/config/_default/hugo.toml for parameter
isOnline in section markup.asciidocExt

[markup.asciidocExt]
    extensions = ["man-macro", "inter-document-references-macro",
"cross-document-references-macro", "sectnumoffset-treeprocessor",
"packages-macro", "git-macro"]
    [markup.asciidocExt.attributes]
      env-beastie = true
      isOnline = true
to
      isOnline = 1

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to