Replies: 1 comment 2 replies
-
I'm not sure to understand, the documentation states that attributes should be in a specific order and you are asking if you can disregard the documentation? Accessibility: For better accessibility, please ensure link text is descriptive and meaningful rather than using generic terms such as "here". This helps all users understand the link's destination. See Writing meaningful link text (WCAG). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Based on the quarto documentation (and pandoc) the order of arguments for fenced divs and spans in important - see here. Basically, identifier -> classes -> key-values is the expected order of these within the fenced attribute syntax.
The quarto documentation links back to the original pandoc documentation which mentions that this is based on fenced code attributes for code blocks. Which seem to use the same process for attaching attributes to code blocks.
I am trying to get a sense of how important is this in practice for the basic functionality of quarto and pandoc without having to manual test the various combinations and permutations.
My interest in this comes from the parsermd package I am working on and I'm trying to decide if mis-ordering of these arguments should be treated as a must fix issue (error) or a should fix issue (warning).
Beta Was this translation helpful? Give feedback.
All reactions