-
Notifications
You must be signed in to change notification settings - Fork 12
Add support for markdown formatting in descriptions #759
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
Add support for markdown formatting in descriptions #759
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR should also add one test Aspect Model that uses Markdown in a description, with
- a bullet list
- an ordered list
- at least one block
- at least one link.
This makes sure that no other SDK component breaks because of the markdown.
Then, in the documentation generation test, there should be test that asserts that the generated HTML does not contain the [...](url)
structure.
...t-meta-model-java/src/main/java/org/eclipse/esmf/aspectmodel/utils/MarkdownHtmlRenderer.java
Outdated
Show resolved
Hide resolved
...-meta-model-java/src/test/java/org/eclipse/esmf/aspectmodel/utils/DescriptionsUtilsTest.java
Outdated
Show resolved
Hide resolved
...-meta-model-java/src/test/java/org/eclipse/esmf/aspectmodel/utils/DescriptionsUtilsTest.java
Outdated
Show resolved
Hide resolved
...-meta-model-java/src/test/java/org/eclipse/esmf/aspectmodel/utils/DescriptionsUtilsTest.java
Outdated
Show resolved
Hide resolved
...-meta-model-java/src/test/java/org/eclipse/esmf/aspectmodel/utils/DescriptionsUtilsTest.java
Outdated
Show resolved
Hide resolved
...model-document-generators/src/main/resources/docu/templates/html/common-documentation-lib.vm
Show resolved
Hide resolved
.../java/org/eclipse/esmf/aspectmodel/generator/docu/AspectModelDocumentationGeneratorTest.java
Outdated
Show resolved
Hide resolved
...odels/src/main/resources/valid/org.eclipse.esmf.test/1.0.0/AspectWithMarkdownDescription.ttl
Outdated
Show resolved
Hide resolved
Release v2.10.4 addresses this. |
1 similar comment
Release v2.10.4 addresses this. |
Release v2.11.0 addresses this. |
Description
Add support for markdown formatting in descriptions.
Fixes #723
Type of change
Please delete options that are not relevant.
Checklist:
Additional notes