Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mtval.VALUE has Asciidoc showing up in Andora HTML view #63

Open
james-ball-qualcomm opened this issue Oct 3, 2024 · 1 comment
Open
Assignees
Labels
asciidoc Issue related to asciidoctor source good first issue Good for newcomers

Comments

@james-ball-qualcomm
Copy link
Collaborator

image

@dhower-qc
Copy link
Collaborator

I think this is caused by the fact that we're using the '+' continuation on the description to keep it together under the description list:

<%= arch_def.render_erb(field.description, "#{csr.name}.#{field.name}.description").gsub("\n", " +\n") %>

I changed to the continuation format because Asciidoc still doesn't have support for nested open blocks, and some descriptions have open blocks in them.

Perhaps we just need to move away from using a description list here.

@dhower-qc dhower-qc added good first issue Good for newcomers asciidoc Issue related to asciidoctor source labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asciidoc Issue related to asciidoctor source good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants