摘要: Markdown入门 1. 语法 1.1 基础语法 https://markdown.p2hp.com/basic-syntax/ 1.2 扩展语法 https://markdown.p2hp.com/extended-syntax/index.html#fnref:1 2. 书写规范 https: 阅读全文
posted @ 2024-08-21 14:03 RealOST 阅读(15) 评论(0) 推荐(0)
摘要: 书写规范 MD001 - Heading levels should only increment by one level at a ti- Me 标题级数只能每次扩大一个,也就是说不能隔级创建标题,必须h1-h2-h3…这样 MD002 - First heading should be a t 阅读全文
posted @ 2024-08-21 11:46 RealOST 阅读(161) 评论(0) 推荐(0)
摘要: C#格式化 前言🤔 因为不习惯左大括号另起一行,所以配置格式化😵‍💫 解决方法☝🤓 使用.NET Core EditorConfig Generator插件能够自动在项目根目录下生成.editorconfig文件,然后在文件中找到 [*.cs] # Newline settings csha 阅读全文
posted @ 2024-08-21 10:53 RealOST 阅读(108) 评论(0) 推荐(0)