Articles Template

写在前面/Before we beginning/Background
介绍本文的背景和自己的想法,右边为文章目录,左边是同一个 category 目录下的文章 link
这个结构参考 Microsoft Learn document 和 Docker document
使用 写在前面 还是 Before we beginning 取决于整体标题风格,例如如果都是英文标题,那么同样保持英文标题
这篇文章用于测试我会用到的大部分 markdown 功能
Title: 文章模板
这里写文章的==正文内容==
以下为正文内容 1 这个地方可以引用是可以直接跳转的,如果页面足够长的话。
还有一些 Latex 数学公式的支持
引用本仓库其他的已经存在的文章使用基于仓库根目录的绝对路径,例如
1 | |
因为这在 github 上面也能正确解析 特别说明:以 / 开头代表从仓库根目录开始
Part1
part 1 content
quota other thing, or actually note
if I get mutil layer quota what it will shows?
差异高亮显示
1 2 | |
Note
这是一个普通提示信息
Tip
这是一个提示
Important
这是一个重要信息
Warning
这是一个警告信息
Caution
这是一个危险警告
Part 2
emoji 表情支持 比如
1 2 3 | |
:peach:
:x:
:heavy_check_mark:
markdown emoji 大全 Complete list of github markdown emoji markup
Part 3: Math formula support
$$...$$是传统的 LaTeX 分隔符math...是 GitHub Flavored Markdown (GFM) 的特定语法
行内公式:这是一个行内公式 $f(x) = x^2$
块级公式
1 2 3 4 5 6 7 8 9 10 11 | |
为了获得最佳的跨平台兼容性,打算采用:
- 行内公式:
$...$ - 块级公式:
math
行内公式
不过这个块级公式在 Typora 中相比于行内公式似乎显示有点小,打算在 Typora css 中调整一下 $$ \begin{bmatrix} Bias^{hidden}{1\times m}\ Weights^{hidden}{n\times m} \end{bmatrix}{(n+1)\times m}= \begin{bmatrix} b_0^{hidden} & b_1^{hidden} & \cdots & b{m-1}^{hidden} \ w_{00}^{hidden} & w_{01}^{hidden} & \cdots & w_{0(m-1)}^{hidden} \ w_{10}^{hidden} & w_{11}^{hidden} & \cdots & w_{1(m-1)}^{hidden} \ \vdots & \vdots & \ddots & \vdots \ w_{(n-1)0}^{hidden} & w_{(n-1)1}^{hidden} & \cdots & w_{(n-1)(m-1)}^{hidden} \end{bmatrix}_{(n+1)\times m} $$
Appendix
附加材料
- [x] 主任务
- [ ] 子任务 1
- [ ] 子任务 2
Reference
-
chj is good ↩