- Matplotlib 2.x By Example
- Allen Yu Claire Chung Aldrin Yim
- 183字
- 2021-07-02 19:34:31
Jotting down notes in Markdown mode
How do we insert words and style them to organize our notebook?

Here is the way:
- Select Markdown from the drop-down list on the toolbar.
- Type your notes in the gray box.
- Click on the >| play button or press Shift + Enter to display the markdown.
Markdown notation provides a handy way to style without much manual clicking or galore of tags:
Style
Method
Headers: H1, H2, H3…
Start the line with a hash #, followed by a space, for example, # xxx, ## xxx, ### xxx.
Title
Two or more equal signs on the next line, same effect as H1.
Emphasis (italic)
*xxx* or _xxx_.
Strong emphasis (bold)
**xxx** or __xxx__.
Unordered list
Start each line with one of the markers: asterisk (*), minus (-), or plus (+). Then follow with a space, for example, * xxx.
Ordered list
Start each line with ordered numbers from 1, followed by a period (.) and a space.
Horizontal rule
Three underscores ___.
A detailed cheatsheet is provided by Adam Pritchard at https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet.
- DBA攻堅指南:左手Oracle,右手MySQL
- 深入實踐Spring Boot
- DevOps入門與實踐
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- PhoneGap Mobile Application Development Cookbook
- 軟件項目管理實用教程
- Python:Master the Art of Design Patterns
- Kotlin從基礎(chǔ)到實戰(zhàn)
- Learning Apache Karaf
- Oracle實用教程
- ROS機器人編程實戰(zhàn)
- 計算機應(yīng)用基礎(chǔ)案例教程(第二版)
- Web前端開發(fā)技術(shù)實踐指導(dǎo)教程
- 軟件測試項目實戰(zhàn)之功能測試篇
- Spark for Data Science