- Published on
Artur Tanona
Machine Learning Engineer
Sny o potędze – czy Twoją organizację stać na stworzenie rozwiązania legal tech?
Markdown is the most popular markup language that can be used to format documents. It can be used to create websites,ebooks,email,chats in discussions forums.
Topics
-
Paragraphs
MD expects a full line space to show texts in a different line else it joins text in the same line.
-
Text decorations
MD can write bold texts,
italiicitalic texts -
Headings No of #'s represent the type of heading. Github will automatically add id's to headings, so the text will be automatically linked.
This is h2
This is h3
-
Links
My Github account.[Bhupendra][1] github repo.
-
Images
6) Ordered and Unordered Lists
Coding Best Practices:
-
Keep code DRY
-
Writing Unit Test cases
-
Checking cross-browser support
Steps to merge branch:
- Create a branch from feature
- commit your changes
- push your changes
- raise a pull request
7) Code Blocks
This is super helpful when posting any code snippet
```js
const fn = () => alert("some fn");
```
```css
.hide {
display:none
}
```
Also can show code difference
```diff
var x = 10;
- const counter = 0;
+ let counter = 0
```
-
Tables
Tables can be generated with headings and text alignment option
Stocks Price TCS 230 YES Bank 500
Cool Tips
- Grammarly extension can eliminate typo and grammar mistakes
- ScreenTOGif to record videos in GIF format
- Upload GIF's to giphy to embed them into blog posts.
- Stackedit for Markdown Editing in Browser.