CSDN Github Markdown编辑常用功能符号补充
生活随笔
收集整理的這篇文章主要介紹了
CSDN Github Markdown编辑常用功能符号补充
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1. 復選框(待辦事項):
- [x] 內容 - [ ] 內容- 內容
- 內容
2. 空行
In this project we cover several segments as follows:<br> 內容In this project we cover several segments as follows:
內容
3. bash格式代碼
$ git clone https://github.com/YunYang1994/tensorflow-yolov3.git4. 代碼中加鏈接
- [`class.names`](https://github.com/YunYang1994/tensorflow-yolov3/blob/master/data/classes/coco.names)- class.names
5. 不易出錯的代碼塊格式(csdn默認的是前面加四個空格[一個縮進符Tab])
```python xxx/xxx.jpg 18.19,6.32,424.13,421.83,20 323.86,2.65,640.0,421.94,20 xxx/xxx.jpg 48,240,195,371,11 8,12,352,498,14 # image_path x_min, y_min, x_max, y_max, class_id x_min, y_min ,..., class_id ```或:
py xxx/xxx.jpg 18.19,6.32,424.13,421.83,20 323.86,2.65,640.0,421.94,20 xxx/xxx.jpg 48,240,195,371,11 8,12,352,498,14 # image_path x_min, y_min, x_max, y_max, class_id x_min, y_min ,..., class_id
6. 加粗
**output**output
7. 另一種加·的格式
* Discard all boxes with `Pc <= 0.4`- Discard all boxes with Pc <= 0.4
總結
以上是生活随笔為你收集整理的CSDN Github Markdown编辑常用功能符号补充的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: windows CMD生成文件夹树状图(
- 下一篇: 如何使用GitHub 的 Pull Re