Skip to content

Comments

One more try on formatting#340

Merged
glpatcern merged 2 commits intodevelopfrom
kano-formatting
Feb 17, 2026
Merged

One more try on formatting#340
glpatcern merged 2 commits intodevelopfrom
kano-formatting

Conversation

@mickenordin
Copy link
Member

Remove all back tick fences

Remove the 'artwork' info string from fenced code blocks so
kramdown-rfc produces <artwork> elements instead of <sourcecode>
or <spanx>, which collapsed the diagrams into single lines.
kramdown-rfc only recognizes tilde (~) fences, not backtick fences.
Backtick fences were rendered as inline <spanx> elements instead of
<sourcecode>/<artwork>, causing xml2rfc validation errors:
- "Invalid attribute type for element t" (4 occurrences)
- "Element li has extra content: ul" (nested list corruption)
Copy link
Member

@glpatcern glpatcern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This time it worked! Very weird...

@glpatcern glpatcern merged commit f43a0cf into develop Feb 17, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants