en un clic
Markdown
Markdown contient 3 skills collectées depuis huarangmeng, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
This skill provides the complete workflow for adding a new block-level Markdown syntax to the KMP Markdown library. It covers AST node definition, BlockStarter implementation, Flavour registration, block renderer creation, BlockRenderer dispatcher update, unit tests, preview examples, and coverage doc update. This skill should be used when the user wants to add support for a new block-level element such as a new type of code block, container, or leaf block to the parser and renderer.
This skill provides the complete workflow for adding a new inline-level Markdown syntax to the KMP Markdown library. It covers AST node definition, InlineParser modification, InlineRenderer update, unit tests, preview examples, and coverage doc update. This skill should be used when the user wants to add support for a new inline element such as a new text decoration, annotation, or inline component to the parser and renderer.
This skill provides the workflow for adding preview/demo examples to the markdown-preview module. It covers adding items to existing categories, creating new categories, and using both pure-Markdown and custom-Composable preview modes. This skill should be used when the user wants to add demonstration examples for Markdown features in the Demo app.