Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 648 Bytes

File metadata and controls

26 lines (17 loc) · 648 Bytes

Tutorial-Examples

Tutorial or Examples of the language/software that I found useful

For example, in editing .md files: Markdown Tutorial Markdown Summary

# is for Heading ## is for second heading| # can be accumulated at most 6 times * is for Italic ** is for Bold (* can be replaced by _) ~~ is for mistakes(strikethrough)

> for quoting text

` for quoting codes(short)

``` for quoting codes (paragraph)

single - * for enumeration-item

- [x] is a complete mark, - [] is also available

------------ is for breaking lines