前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >CMD Markdown basic & Math Cheatsheet

CMD Markdown basic & Math Cheatsheet

作者头像
风雨中的小七
发布2022-05-11 18:29:34
4160
发布2022-05-11 18:29:34
举报

CMD Markdown basic & Math Cheatsheet

I am using CMD Markdown both at work and for study.You can use it to take notes, store the output of your model, write down fantastics ideas anyttime.

It has a few advantages over word, notepad, Rmarkdown, etc:

  • It is auto-saved, you don't need to worry about losing file when your computer stuck.
  • All the file is stored online. You can access your account any where.
  • It interactives well with other formats. For example you can copy the output of Kable() in R directly to Markdown, becasue they share the same grammar.

So here I will go over some basic Markdown Grammar. It won't be thorough, but it will cover some frequectly used grammar.

Any feedback is welcomed.

Basic

1.Title

Subtitlle1

Subtitlle2

Add subtitle with more #

2. Text

  • this is italic and this is bold .
  • this is important text. and percentage signs : % and %

3. Indention & Quote Notes

Here goes your Quote with more indentations

4. Bullet Point

  • bullets can be -, +, or *
    • 2nd Level subset: Use Tab to give you second level subset
      • 3rd Level subset

5. Code

You can speficy the lanuage you use, which will lead to differet highlight.

代码语言:javascript
复制
print("Hello World")

6. Table and Alignment

This can be very handy when you call the Markdown library like Knitr in R or markdown in python, you can simply use kable(dataframe) which will output following format. And you can then paste it in your markdown.

List

Tag

1

计划

2

DeepLearning

3

Leetcode

7. Links

here is a link to my blog:小七的各种胡思乱想

8. Math Formula

  • Formula gives you a formula in the line \(P(y=1|x)\)
  • Formula starts a new line for formula P(y=1|x)

9.Page Split

Following is how you split the page by ---

Math

1. Greek Lettter

2. Basic Operators

3.Theory Deduction Operator

4 Upper and Lower Indices

And by combining this indices with the above operator, you will have all that you need.

5 Fraction

6. Bracket

(a)[a]|a| are the original one

7. Set Operator

8 Arrow

Reference

  1. Writing Mathematic Fomulars in Markdown - Very thorough math Cheatsheet
  2. LaTeX/Mathematics - Wiki
  3. Sublime Text 2/3 Markdown Preview - Very thorough cheatsheet for everything.
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018-01-29,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • CMD Markdown basic & Math Cheatsheet
  • Basic
  • 1.Title
    • Subtitlle1
      • Subtitlle2
    • 2. Text
      • 3. Indention & Quote Notes
        • 4. Bullet Point
          • 5. Code
            • 6. Table and Alignment
              • 7. Links
                • 8. Math Formula
                  • 9.Page Split
                  • Math
                    • 1. Greek Lettter
                      • 2. Basic Operators
                        • 3.Theory Deduction Operator
                          • 4 Upper and Lower Indices
                            • 5 Fraction
                              • 6. Bracket
                                • 7. Set Operator
                                  • 8 Arrow
                                    • Reference
                                相关产品与服务
                                命令行工具
                                腾讯云命令行工具 TCCLI 是管理腾讯云资源的统一工具。使用腾讯云命令行工具,您可以快速调用腾讯云 API 来管理您的腾讯云资源。此外,您还可以基于腾讯云的命令行工具来做自动化和脚本处理,以更多样的方式进行组合和重用。
                                领券
                                问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档