Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in / Register
  • AsciiDoc toolkit for LabVIEW AsciiDoc toolkit for LabVIEW
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • WovalabWovalab
  • open-source projectsopen-source projects
  • AsciiDoc toolkit for LabVIEWAsciiDoc toolkit for LabVIEW
  • Issues
  • #36
Closed
Open
Issue created Jan 10, 2022 by drpmorris@drpmorris

Images dont get rendered if the "alt text" input is an empty string

If an image is created and an empty string wired to the "Alt text" input, the image is not rendered by asciidoctor. This appears to be related to not creating the [] after the image:

image::{imgpath}[alt-text]

if alt text is an empty string, the "render.vi" for image class creates the output as:

image::{imgpath}

and this fails to render the image (at least using the pdf backend in asciidoctor)

Edited Jan 10, 2022 by drpmorris
Assignee
Assign to
Time tracking