Useful notes about markdown
1 min read
R
Ten simple notes aout R markdown
- italic : put context inside two stars
**, you got italic
- bold : put context inside four stars
****, you had bold
- If you want to break the line, you just need to enter the return twice.
- superlink:
[showed_context](link). The link inside will guide you to the website that linked with showed_context.
- email:
<haiyang@gmail.com>. The <> is used for email with links.
- insert internet picture
. Further steps: define the width of the figure will be like <img src="link", width="100">.
- If want to quote, put a
> ahead of the paragraph. One more >, one further step for indentation.
- If you want red, simple put context inside two `.
- If want a bullet, put a
* ahead of the paragraph.
- Roses are \(\color{red}{\text{beautiful red}}\)
- opt+comd+I is the shortcut for insert chunk
- opt+“-” is the shortcut for insert “<-”