# 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 实现方法
This is an 百度链接.
带有Title属性This is an 百度链接.
--- 图片超链  >html实现
---
索引超链 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.
--- 自动链接A list item.
With multiple paragraphs.
Another item in the list.
| year | Temperature(low) | Temperature(high) |
| 1900 | 10 | 20 |
| 2000 | 100 | 2000 |
| 20000 | 1000 | 10000 |