扩展语法

内容摘要

语法高亮

1
2
3
4
5
6
7
8
9
    protected override void ConfigureServices(IServiceCollection p_svcs)
    {
        base.ConfigureServices(p_svcs);
        p_svcs.AddSingleton<IRpcConfig, RpcConfig>();
        p_svcs.AddTransient<IBackgroundJob, BackgroundJob>();
        p_svcs.AddTransient<IReceiveShare, ReceiveShare>();
        //p_svcs.AddSingleton<ILogSetting, LogSetting>();
        //p_svcs.AddTransient<ITheme, CustomTheme>();
    }

行高亮

1
2
3
4
5
6
7
8
9
    protected override void ConfigureServices(IServiceCollection p_svcs)
    {
        base.ConfigureServices(p_svcs);
        p_svcs.AddSingleton<IRpcConfig, RpcConfig>();
        p_svcs.AddTransient<IBackgroundJob, BackgroundJob>();
        p_svcs.AddTransient<IReceiveShare, ReceiveShare>();
        //p_svcs.AddSingleton<ILogSetting, LogSetting>();
        //p_svcs.AddTransient<ITheme, CustomTheme>();
    }

普通代码

1
2
hugo new site my_website
cd my_website

行内代码段

粗体显示

渲染为斜体

两个~删除线.

选中内容按住shift + *

水平线:三个连续的星号、下划线或破折号


注意
默认标题为注意
摘要
摘要
信息
信息
技巧
技巧
成功
成功
问题
问题
警告
警告
失败
失败
危险
危险
Bug
Bug
示例
示例
引用
引用
自定义标题
自定义标题 和 是否默认展开
  • 无序列表项1
  • 无序列表项2
  1. 有序项
  2. 有序项
  3. 有序项
  • 任务项
  • 任务项

搬运工

搬运工

同页跳转

fw.png
框架图 (可交互)
列名1列名2列名3
两边加冒号右侧加冒号右对齐默认左对齐
居中对齐右侧加冒号右对齐默认左对齐
LoveIt 新增 | 2.1 LoveIt 更改 | 2.5 LoveIt 删除 | 1.6

分段

WYSIWYG所见即所得