From 80c9b69ee56cd086d95ed5ee75945ca734739299 Mon Sep 17 00:00:00 2001 From: crossdark Date: Sat, 7 Sep 2024 19:57:10 +0800 Subject: [PATCH] V0.6 --- .gitignore | 2 ++ Example.html | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 Example.html diff --git a/.gitignore b/.gitignore index 82f9275..59ae460 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,5 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +test.md +test.html diff --git a/Example.html b/Example.html new file mode 100644 index 0000000..d4594e2 --- /dev/null +++ b/Example.html @@ -0,0 +1,91 @@ + + + + + + UTF-8编码示例 + + + + + + + + + + +

CrossDown示例

+

1 基本语法

+

1.1 标题

+

一级标题

+

二级标题

+

三级标题

+

四级标题

+
五级标题
+
六级标题
+

1.2 样式

+

1.2.1 斜体

+

1.2.2 粗体

+

1.2.3 粗斜体

+

1.2.4 下划线

+

1.2.5 删除线

+

1.2.6 高亮

+

1.2.7 在文本的正上方添加一行小文本主要用于标拼音

+

1.2.8 在指定的文本里面隐藏一段文本

+

1.2.9 分割线

+


1.3 链接

+

1.3.1 链接文本

+

1.3.2 链接图片

+

2 变量

+

2.1 定义

+

2.2 赋值

+

锚点名

+

2.3 添加锚点

+ +

3 代码块

+

3.1 单行

+

3.1.1 LaTex

+

\(CO^2\)

+

3.2 多行

+

3.2.1 YAML

+

+    A:
+        1. a
+        2. b
+        3. c
+    B:
+        - a
+        - b
+        - c
+    
+

3.2.2 Python

+

+    print('CrossDown')
+    
+

3.2.3 Mermaid

+
+ graph LR + A-->B + A-->C + B-->D + C-->D +
+

4 转义

+

\\

+

5 引用

+
渲染引用
引用来源

6 提纲

+

7 注释

+

7.1 强注释

+

7.2 弱注释

+

只有在

+ +