-
Notifications
You must be signed in to change notification settings - Fork 406
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
Annotation HTML output #187
Comments
Similar to #145 |
This is now handled best using annotations markdown.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to be able to include HTML inside my annotions.js comments.
In this case I want to add an itemprop attribute to a h1 tag. I do not want this data inside my pattern file, however I want to notify the PL users that this element should be using this attribute.
I can do this, however PL outputs the HTML tags directly, rather than stringifying them.
I can do it manually, however it is not ideal.
In annotations.js
The manual work around:
I cannot think of any examples of when a user would want the comment section to be rendered differently using custom markup - so it feels like the default behaviour should stringifying the HTML inside the annotations.js comments:
The text was updated successfully, but these errors were encountered: