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)
- Host: GitHub
- URL: https://github.com/josemg-ux/git-github-course
- Owner: JoseMG-ux
- Created: 2020-05-01T21:34:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T22:50:23.000Z (about 6 years ago)
- Last Synced: 2025-05-16T05:09:06.808Z (about 1 year ago)
- Topics: git, github
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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

# 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)