-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Bold TextType does not validate #293
Comments
Thanks for filing this @isteves. I think this would be a great improvement to get into the next release of EML. EML currently supports
In our presentation of EML in the Metacat View Service, we decided to delegate the look of
Adding a |
Hi @amoeba - This is a source of frustration for me also - this along with other DocBook pain points such as the formatting of lists that do not play well with EML. However, won't the proposed change to support markdown formatting (e.g., sensu issue 275) address all such issues such that adding |
Hey @srearl thanks for chiming in!
Perhaps superfluous, yes. We have a lot of existing content using the current DocBook-lite schema and the changes adding support for Markdown will not deprecate the DocBook-lite approach. Rather, the two will be valid ways of authoring
I'd be interested in hearing more about this pain point. Either here or on Slack (I'm on NCEAS and LTER slacks). |
I'm interested in hearing about this, too! A while ago I was interested in creating bulleted lists that are without paragraph separators between list items, which is supported by DocBook but not by EML: this:
rather than this:
@srearl not sure if you're thinking along similar lines or not, but I'm definitely looking forward to Markdown, too! |
hi @isteves - yes, just chatting with with amoeba in Slack about similar difficulties, especially with lists, which are particularly problematic as it seems you have discovered also. I am very much looking forward to the markdown support. |
The function
EML::set_methods
adds an<emphasis role="strong">
tag to text that is bold, buteml_validate
rejects it with this error message:Element 'emphasis', attribute 'Role': The attribute 'Role' is not allowed.
The text was updated successfully, but these errors were encountered: