diff --git a/src/App.vue b/src/App.vue index 7d55ff89d1a15e964d59fd416b0b4ecfce81630d..57656f47052cc931975b6504ce7bb5cc92642d8d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -56,6 +56,45 @@ export default { showPreview: false, fileList: [], text: "", +// text: ` +// # 标题一标题一标题一 +// ## 标题二标题二 +// 666\`行内代码\`666 +// \`\`\`js +// // 是注释呀 +// /** +// * @params x +// */ +// function fn() { +// return null; +// } +// \`\`\` +// **粗体文字** + +// _斜体文字_ + +// > 这段是引用的内容\n +// > 这段是引用的内容 +// > 这段是引用的内容 + +// [链接](url) + +// - 无序列表 +// - 无序列表 +// - 无序列表 + +// 1. 有序列表 +// 2. 有序列表 +// 3. 有序列表 + +// - [ ] 任务列表 +// - [x] 任务列表 +// - [ ] 任务列表 + +// | header | header | +// | ------ | ------ | +// | cell | cell | +// | cell | cell |`, html: "", selectionInfo: { selectorId: "",