-
Notifications
You must be signed in to change notification settings - Fork 23
Feat: support Markdown in operator specs #2115
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
Feat: support Markdown in operator specs #2115
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2115 +/- ##
=======================================
Coverage 86.63% 86.63%
=======================================
Files 90 90
Lines 10275 10275
=======================================
Hits 8902 8902
Misses 1373 1373 |
@ansys-akarcher I checked the generated documentation and there is no change for current text-only descriptions. |
This PR allows Markdown descriptions for operators server-side to be handled properly in the Python ecosystem by translating them to RST using
pandoc
.