学习 Markdown
什么是 Markdown
什么是 Markdown?Markdown 是一种轻量级的「标记语言」,通常为程序员群体所用,目前它已是全球最大的技术分享网站 GitHub 和技术问答网站 StackOverFlow 的御用书写格式。
https://markdown.com.cn/
基本语法
这些是 John Gruber 的原始设计文档中列出的元素。所有 Markdown 应用程序都支持这些元素。
标题
1234567891011# 一级标题## 二级标题### 三级标题#### 四级标题##### 五级标题###### 六级标题
渲染为
引用块(Blockquote)
12345> Dorothy followed her through many of the beautiful rooms in her castle.>> Dorothy followed her through many of the beautiful rooms in her castle.>> > The Witch bade her clean the pots ...
必应每日一图
bing 每日一图
项目地址:
https://github.com/mo7ccWebsite/bz.mo7.cc
golang gin 框架练手项目
获取 cn.bing.com 官网当天的图片地址
https://bz.mo7.cc/api/public/url
使用方法:
get 请求,http 与 https 均兼容,允许跨域
返回的数据格式 json,是图片的 url 数组,可直接取用.
第一张为当天 cn.bing.com 背景
12345678910[ "https://cn.bing.com/th?id=OHR.QuoichBowl_ZH-CN5583756085_1920x1080.jpg", "https://cn.bing.com/th?id=OHR.AtigunPassAurora_ZH-CN5486073819_1920x1080.jpg", "https://cn.bing.com/th?id=OHR.WinterRoofs_ZH-CN5091303265_1920x1080.jpg", & ...