Skip to content

Make <publisher> and kin visible in Markdown#17

Merged
mindpower merged 1 commit into
ards-project:mainfrom
domfarolino:uniformly-escape-angle-brackets
Jun 19, 2026
Merged

Make <publisher> and kin visible in Markdown#17
mindpower merged 1 commit into
ards-project:mainfrom
domfarolino:uniformly-escape-angle-brackets

Conversation

@domfarolino

Copy link
Copy Markdown
Contributor

In https://github.com/ards-project/ard-spec/blob/main/spec/ard.md#42-catalog-entry-object, the source text has where <publisher> is a verifiable domain name, but it gets rendered in Markdown as "where is a verifiable domain name" because we don't escape <publisher> or wrap it in backticks, so the renderer treats it as HTML, and since there is no <publisher> element, nothing shows up.

This PR fixes all instances of "missing" words like this, by normalizing all of them to using angle brackets, but wrapping the whole phrase in backticks, which I think makes it stand out as placeholder text more obviously.

@mindpower mindpower left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for the fix @domfarolino !

@mindpower mindpower merged commit bc1e62d into ards-project:main Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants