-
Notifications
You must be signed in to change notification settings - Fork 548
feat(api-markdown-documenter): Add documentation domain to mdast transformation #24787
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?
feat(api-markdown-documenter): Add documentation domain to mdast transformation #24787
Conversation
…n into its own type
…com/Josmithr/FluidFramework into api-markdown-documenter/EscapedText
…documenter/documentation-to-mdast
...n/simple-suite-test/sparse-config/test-suite-a/testclass-testclassgetterproperty-property.md
Show resolved
Hide resolved
|
||
Test package | ||
|
||
# Remarks {#test-suite-a-remarks} | ||
|
||
This remarks block includes a bulleted list! | ||
|
||
- Bullet 1 | ||
\- Bullet 1 |
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.
TODO: make sure list items don't get escaped
...arkdown-documenter/src/test/snapshots/markdown/simple-suite-test/flat-config/test-suite-a.md
Outdated
Show resolved
Hide resolved
...shots/markdown/simple-suite-test/sparse-config/test-suite-a/testnamespace-testclass-class.md
Outdated
Show resolved
Hide resolved
node: HorizontalRuleNode, | ||
context: TransformationContext, | ||
): [MdastThematicBreak] { | ||
// TODO: Do we need to do anything special in tables? |
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.
TODO: add a unit test for this
} | ||
|
||
/** | ||
* TODO |
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.
TODO
...n-documenter/src/documentation-domain-to-markdown/default-transformations/TableToMarkdown.ts
Outdated
Show resolved
Hide resolved
import type { TransformationContext } from "../TransformationContext.js"; | ||
|
||
/** | ||
* TODO |
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.
TODO
} | ||
|
||
/** | ||
* TODO |
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.
TODO
Also replace custom Markdown rendering with
mdast-util-to-markdown
.