Horje
markdown block code Code Example
markdown table
Layout:
| Tables   |      Are      |  Cool |
|----------|:-------------:|------:|
| col 1 is |  left-aligned | $1600 |
| col 2 is |    centered   |   $12 |
| col 3 is | right-aligned |    $1 |
  
An amazing website for building a table in markdown:
https://www.tablesgenerator.com/markdown_tables
code in markdown
```<name of the language>
<code>
```

EXAMPLE

```python
print("Hello World")
```
markdown hyperlink syntax
[Link to Google](https://www.google.com)
markdown block code
```javascript
var s = "JavaScript syntax highlighting";
alert(s);
```

```
No language indicated, so no syntax highlighting. 
But let's throw in a <b>tag</b>.
```
Source: github.com
code highlight in readme
```js
function myFunction () {
   return 42;
}
```




Whatever

Related
run /bin/sh command in docker file Code Example run /bin/sh command in docker file Code Example
attributeerror:'disabledbackend' object has no attribute '_get_task_meta_for' Code Example attributeerror:'disabledbackend' object has no attribute '_get_task_meta_for' Code Example
what is STLC Code Example what is STLC Code Example
pin font awesome Code Example pin font awesome Code Example
Uncaught TypeError: Object prototype may only be an Object or null: undefined Code Example Uncaught TypeError: Object prototype may only be an Object or null: undefined Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7