Skip to content

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

Conversation

Yauhenikapl
Copy link
Contributor

Description

Add support for markdown formatting in descriptions.

Fixes #723

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

Additional notes

@Yauhenikapl Yauhenikapl requested a review from atextor May 14, 2025 11:38
@Yauhenikapl Yauhenikapl marked this pull request as ready for review May 15, 2025 06:31
Copy link
Contributor

@atextor atextor left a 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.

@Yauhenikapl Yauhenikapl requested a review from atextor May 16, 2025 09:33
@Yauhenikapl Yauhenikapl requested a review from atextor May 16, 2025 13:01
@Yauhenikapl Yauhenikapl merged commit a3da600 into eclipse-esmf:main May 19, 2025
4 checks passed
@Yauhenikapl Yauhenikapl deleted the 723-support-for-markdown-formatting-in-descriptions branch May 19, 2025 11:43
Copy link

Release v2.10.4 addresses this.

1 similar comment
Copy link

Release v2.10.4 addresses this.

Copy link

Release v2.11.0 addresses this.

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

Successfully merging this pull request may close these issues.

[Task] Support for Markdown formatting in descriptions
2 participants