-
Notifications
You must be signed in to change notification settings - Fork 247
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 markdown support to example summary #690
Conversation
Size Change: +1.21 kB (0%) Total Size: 6.03 MB
ℹ️ View Unchanged
|
Visit the preview URL for this PR (updated for commit 7b2ba6c): https://docusaurus-openapi-36b86--pr690-nsf4m7xs.web.app (expires Thu, 08 Feb 2024 16:20:45 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
@blindaa121 thoughts on using the name "Markdown" for the component? My concern is that it could conflict with other themes. I was also thinking something like |
* Add Markdown import to api doc generator * support markdown rendering for example summary * add markdown component * install missing eslint package * fix import order * update lock file
* Prepare release v3.0.0-beta.5 * Add markdown support to example summary (#690) * Add Markdown import to api doc generator * support markdown rendering for example summary * add markdown component * install missing eslint package * fix import order * update lock file * Remove deprecated node packages (#699) * Remove deprecated node packages * Update languages.json * Update languagetabs.md * Prepare release v3.0.0-beta.5 --------- Co-authored-by: Doron Bargo <[email protected]>
Description
Adds markdown remark and rehype support to request/response example/examples summary text, allowing rendering of GitHub-flavored markdown.
Motivation and Context
Enables users to include components such as markdown links, tables, code blocks, etc.
How Has This Been Tested?
Tested using the Petstore API.
Screenshots (if appropriate)
Types of changes