-
Notifications
You must be signed in to change notification settings - Fork 558
build(docs): Update @fluid-tools/api-markdown-documenter
#25889
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
base: main
Are you sure you want to change the base?
Conversation
| throw new Error("Expected an HTML element as output from table node transformation."); | ||
| } | ||
|
|
||
| htmlTree.properties.class = "table table-striped table-hover"; |
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.
Note for reviewers: we were previously transforming tables directly to HTML so we could inject these styling properties, but they were not being respected to begin with. If we wish to add table hover behavior, we will want to implement that using standard styling practices.
|
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output |
Updates API docs infra to accommodate API changes in the library. Most notably: custom transformation logic now targets mdast directly, rather than the bespoke documentation tree representation that has been removed from the library.