remove editor.css
This commit is contained in:
28
.vscode/table.code-snippets
vendored
28
.vscode/table.code-snippets
vendored
@@ -1,20 +1,12 @@
|
||||
{
|
||||
"DocuTable": {
|
||||
"prefix": "table",
|
||||
"body": [
|
||||
"| **${1:Feature}** | **${2:Description}** |",
|
||||
"| ------------------------------- | ----------------------------------------------------- |",
|
||||
"| ${3:MDX Support} | ${4:Write interactive documentation with MDX.} |",
|
||||
"| Nested Pages | Organize content in a nested, hierarchical structure. |",
|
||||
"| Blog Section | Include a dedicated blog section. |",
|
||||
"| Pagination | Split content across multiple pages. |",
|
||||
"| Syntax Highlighting | Highlight code for better readability. |",
|
||||
"| Code Line Highlighting & Titles | Highlight specific lines with descriptive titles. |",
|
||||
"| Interactive Code Blocks | Language-specific and interactive code display. |",
|
||||
"| Custom Markdown Components | Embed custom, reusable components in your docs. |",
|
||||
"| Static Site Generation | Generate a static, high-performance site. |",
|
||||
"| SEO-Optimized | Structured for optimal search engine indexing. |"
|
||||
],
|
||||
"description": "Create a DocuTable component on markdown."
|
||||
}
|
||||
"DocuTable": {
|
||||
"prefix": "table",
|
||||
"body": [
|
||||
"| **${1:Header 1}** | **${2:Header 2}** |",
|
||||
"| ---------------- | ---------------- |",
|
||||
"| ${3:Row 1, Col 1} | ${4:Row 1, Col 2} |",
|
||||
"| ${5:Row 2, Col 1} | ${6:Row 2, Col 2} |"
|
||||
],
|
||||
"description": "Create a simple 2x2 markdown table"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user