# Markdown编写开发文档(hexo版本) **Repository Path**: KSweb/Markdown ## Basic Information - **Project Name**: Markdown编写开发文档(hexo版本) - **Description**: hexo博客系统md编写 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-19 - **Last Updated**: 2023-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- title: hexo写作开发手册 date: 2023/7/26 14:30:00 categories: - hexo tags: - hexo --- 欢迎观看hexo文章写作手册 此处直接写文章 手册参考https://gitee.com/KSweb/Markdown/tree/master ## 此处为大号字体可做为标题 ### 此处为小标题 [代码跳转](https://binging.top/) 标记 ``` bash $ 重点 ``` 代码生成
图片  {% post_link hexo搭建教程 %} 外链音乐
# include <stdio.h> main() { int a,b,sum; a=1000; b=2000; sum=a+b; printf("sun=%d\n",sum); return 0; }