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

Validator should warn about raw HTML content in markdown #408

Open
mmsmits opened this issue Jan 13, 2025 · 1 comment
Open

Validator should warn about raw HTML content in markdown #408

mmsmits opened this issue Jan 13, 2025 · 1 comment

Comments

@mmsmits
Copy link
Member

mmsmits commented Jan 13, 2025

Clarification about R5 about the markdown data type:

Processors SHALL treat embedded XML tags as string content, not as tags. This may be done by pre-processing and escaping any ">" characters preceding character content (">" becomes ">") before processing the content or by using a markdown processor-specific flag that accomplishes the same effect. This means that HTML content cannot be embedded in markdown to influence rendering.

The validator should enforce that no raw html is inside the markdown. The Java validator returns a warning in this case.

@mmsmits
Copy link
Member Author

mmsmits commented Jan 13, 2025

Moved from VONK-4520

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

No branches or pull requests

1 participant