rt
原贴gal合集(持续更新中)(最近检查日期:2025.2.26) 🐳 鲲 Galgame 论坛 - 开源 Galgame 网站
rt
原贴gal合集(持续更新中)(最近检查日期:2025.2.26) 🐳 鲲 Galgame 论坛 - 开源 Galgame 网站
Markdown 语法
| Feature | Description | Example |
| ------------ | ---------------------------------------------------- | ------------------------- |
| 🎨 Theme | Create your own theme with CSS | Nord, Dracula |
| 🧩 Plugin | Create your own plugin to extend the editor | Search, Collab |
| 📦 Component | Create your own component to build your own editor | Slash Menu, Toolbar |
| 📚 Syntax | Create your own syntax to extend the markdown parser | Image with Caption, LaTex |
Feature | Description | Example |
---|---|---|
🎨 Theme | Create your own theme with CSS | Nord, Dracula |
🧩 Plugin | Create your own plugin to extend the editor | Search, Collab |
📦 Component | Create your own component to build your own editor | Slash Menu, Toolbar |
📚 Syntax | Create your own syntax to extend the markdown parser | Image with Caption, LaTex |
有空我也去完善一下表格效果,还有
#
符号加标题文字大小的按钮
markdown中的表格支持多种嵌套,除了需要换行的其他语法和表格本身以外基本都支持
Head | colomn 1 | colomn 2 | ||
---|---|---|---|---|
![]() |
A table | /\ | ||
here is a link | space? | || | ||
italic | bold | || | ||
code |
background color not rendered |
|Head| colomn 1| colomn 2|
|--|--|--|
|| |A table|/\\||
|[here is a link](kungal.com)|space?||\|\|||
|*italic*|**bold**|~~strike~~|\|\|||
|`code`|||background color not rendered||
然而手动编写表格的时候有时候并不会触发自动补全,如上所示,是否可以考虑一下在发布时触发自动转换?
本站不写默认是左对齐,要居中的话写:--:
就行了
项目 | 价格 | 数量 |
---|---|---|
计算机 | $1600 | 5 |
手机 | $12 | 12 |
管线 | $1 | 234 |
代码如下
| 项目 | 价格 | 数量 |
| :-: | ----- | :-: |
| 计算机 | $1600 | 5 |
| 手机 | $12 | 12 |
| 管线 | $1 | 234 |
还有你CSDN效果图上--:
就是左对齐啊
不同的markdown编辑器效果稍微有些不同,有的还可以内嵌html
代码,-[ ]
用作勾选清单,取决于具体项目吧😂