# csharpmarkdown **Repository Path**: jiangjian0206/csharpmarkdown ## Basic Information - **Project Name**: csharpmarkdown - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-27 - **Last Updated**: 2024-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C# 入门经典最新版 >本书参考自[**《 C#入门经典(第6版)》**](),教材中使用英文版的VS2012相关内容已替换为中文版VS2013,本书为 **Unity** 的后续学习提供语言基础,之后会陆续提供 **Unity教程**、**ShaderLab教程**、**C++教程**、**虚幻引擎教程**。有任何意见和建议欢迎与我直接交流。 >___联系邮箱___:_380921128@qq.com_ 。     ### 关于本书 * 主版本: beta * 网站地址: [shenjun7792.github.io](https://shenjun7792.github.io) * 作者: 沈军                     --- #_以下为MarkDown语法_ 非本教材内容 (临时) [跳转到结尾](#结尾) 使用 [^footer] 表示注脚。 ~~这是一条删除线~~ --- + 标题:Setext方式 大标题 === 小标题 --- >html实现 这里size是1~7 >变小 变大 > ** 标题 ** > * **标题** --- + 标题:Atx方式 # 一级标题 ## 二级标题 ### 三级标题 #### 四级标题 ##### 五级标题 ###### 六级标题 --- **无序列表** + 无序列表 - 无序列表 * 无序列表 * 无序列表 - 无序列表 + 无序列表 >html 实现方法 --- **有序列表** 1. 有序列表 2. 有序列表 3. 有序列表 8. 有序列表 >html 实现方法
  1. Bird
  2. McHale
  3. Parish
--- **文字超链 inline方式** 这里是[转到百度](http://www.baidu.com "百度链接") >**html实现**

This is an 百度链接.

带有Title属性

This is an 百度链接.

--- 图片超链 ![GitHub Mark](http://github.global.ssl.fastly.net/images/modules/logos_page/GitHub-Mark.png "GitHub Mark") >html实现 alt text --- 索引超链 Reference方式 [此处是文字超链][1] ![图片超链][2] [1]:http://www.baidu.com [2]:http://github.global.ssl.fastly.net/images/modules/logos_page/Octocat.png "Picture Titile" >html实现

I get 10 times more traffic from Google than from Yahoo or MSN.

--- 自动链接 --- **代码** + **行内代码** 在第一行后指定编程语言,也可以不指定 ```javascript string s = "Hello World"; Console.WriteLine(s); ``` + **段落代码** 每行文字前加4个空格或者1个Tab string s = "Hello World"; Console.WriteLine(s); + **hexo** 『% codeblock [title] [lang:language] [url] [link text] %』 code snippet 『% endcodeblock %』 >html 实现代码段落
  1. A list item.

  2. With multiple paragraphs.

  3. Another item in the list.

*** 这里是 **注释** * * * **转义字符** > 反斜杠 \\ 反引号 \` 星号 \* > 下划线 \_ 大括号 \{\} 中括号 \[\] 小括号 \(\) > 井号 \# 加号 \+ 减号 \- 英文句号 \. 感叹号 \! --- **其他** 文本中可直接用html标签,但是要前后加上**_空行_**。 --- **表格** Markdown的扩展语法,hexo不支持 | *year* | *Temperature(low)* | *Temperature(high)* | |-|:-:|-:| | 1900 | 10 | 20 | | 2000 | 100 | 2000 | | 20000 | 1000 | 10000 | >html 语法实现
year Temperature(low) Temperature(high)
1900 10 20
2000 100 2000
20000 1000 10000
--- **代码框** 只需要用两个 \` 把中间的代码包裹起来 `Hello World!` Hello World! Hello World! Hello World! Hello World!` --- **跳转到C#简介** [跳转到开始](#开始) --- - [ ] 支持以 PDF 格式导出文稿 - [ ] 改进 Cmd 渲染算法,使用局部渲染技术提高渲染效率 - [x] 新增 Todo 列表功能 - [x] 修复 LaTex 公式渲染问题 - [x] 新增 LaTex 公式编号功能 --- ### 2. 书写一个质能守恒公式[^LaTeX] $$E=mc^2$$ --- ### 4. 高效绘制 ```flow st=>start: Start op=>operation: Your Operation cond=>condition: Yes or No? e=>end st->op->cond cond(yes)->e cond(no)->op ``` ### 6. 高效绘制 [甘特图]() ```gantt title 项目开发流程 section 项目确定 需求分析 :a1, 2016-06-22, 3d 可行性报告 :after a1, 5d 概念验证 : 5d section 项目实施 概要设计 :2016-07-05 , 5d 详细设计 :2016-07-08, 10d 编码 :2016-07-15, 10d 测试 :2016-07-22, 5d section 发布验收 发布: 2d 验收: 3d ``` --- 目录:快速导航当前文稿的目录结构以跳转到感兴趣的段落 --- _**个人微信**_ * 请您备注来访目的😁 ![](/assets/IMG_1858.JPG)