An open API service indexing awesome lists of open source software.

https://github.com/josemg-ux/git-github-course

Platzi Professional Course (Git/GitHub)
https://github.com/josemg-ux/git-github-course

git github

Last synced: about 1 month ago
JSON representation

Platzi Professional Course (Git/GitHub)

Awesome Lists containing this project

README

          

# Headboard
# Headboard H1
## Headboard H2
### Headboard H3
#### Headboard H4


# Underlines
Underline 1
-----------
Underline2
===========

# Emphasis format
- *Italica* 1.
- _Italica_ 2.

- **Bold** o __strong__

- ~~Tachado~~

# Lists

1. Item1, ordered list
2. Item2, ordered list
3. Item3, ordered list

- Item, disordered list
- Item, disordered list
- Item, disordered list

# Links

- Link href
- [Link MarkDown](https://github.com/)

# Images

![Logo GitHub](https://i.pinimg.com/originals/dc/1a/1a/dc1a1a4287f57e4a80ea5ecfd912ee96.png)

# Code Snippets

#### JSON
```JSON
[
{
"title": "apples",
"count": [12000, 20000],
"description": {"text": "...", "sensitive": false}
},
{
"title": "oranges",
"count": [17500, null],
"description": {"text": "...", "sensitive": false}
}
]
```
#### JavaScript
```JavaScript
function $initHighlight(block, cls) {
try {
if (cls.search(/\bno\-highlight\b/) != -1)
return process(block, true, 0x0F) +
` class="${cls}"`;
} catch (e) {
/* handle exception */
}
for (var i = 0 / 2; i < classes.length; i++) {
if (checkCondition(classes[i]) === undefined)
console.log('undefined');
}

return (


{block}

)
}

export $initHighlight;
```
#### HTML
```html

Code Snippet HTML

body {width: 500px;}

function $init() {return true;}

Title


```
# Tables
| Name | Surname | Documents |
|------|--------|-------------|
| Jose | Moreno | GitHubCourse |

# Quotes

This text refers to a quote that we can below:
> This is an quote 1

This is other text:

> This is an quote 2

# Lines dividing

A divided text (---)
___
Other text divided (***)
***

# line break

This is first paragraph (Enter)

This is second paragraph (Enter)

this is the third paragraph (Enter)