SlideShare a Scribd company logo
1 of 11
GitHub Update
23, 25 y 27 de
Agosto
Markdown para
principiantes
¿Qué es?
• Markdown es una herramienta de
conversión de texto a HTML para escritores
web.
• Markdown le permite escribir utilizando un
formato de texto fácil de leer y fácil de
escribir y, a continuación, convertirlo a
XHTML (o HTML) estructuralmente válido.
https://daringfireball.net/projects/markdown/
A First Level Header
====================
A Second Level Header
---------------------
Now is the time for all good men to come
to
the aid of their country. This is just a
regular paragraph.
The quick brown fox jumped over the lazy
dog's back.
### Header 3
> This is a blockquote.
>
> This is the second paragraph in the
blockquote.
>
> ## This is an H2 in a blockquote
<h1>A First Level Header</h1>
<h2>A Second Level Header</h2>
<p>Now is the time for all good men to
come to
the aid of their country. This is just a
regular paragraph.</p>
<p>The quick brown fox jumped over the
lazy
dog's back.</p>
<h3>Header 3</h3>
<blockquote>
<p>This is a blockquote.</p>
<p>This is the second paragraph in the
blockquote.</p>
<h2>This is an H2 in a blockquote</h2>
</blockquote>
•Overview
• Philosophy
• Inline HTML
• Automatic Escaping for Special
Characters
•Block Elements
• Paragraphs and Line Breaks
• Headers
• Blockquotes
• Lists
• Code Blocks
• Horizontal Rules
•Span Elements
• Links
• Emphasis
• Code
• Images
Type Or … to Get
*Italic* _Italic_ Italic
**Bold** __Bold__ Bold
# Heading 1
Heading 1
=========
Heading 1
## Heading 2
Heading 2
---------
Heading 2
[Link](http://a.com)
[Link][1]
⋮
[1]: http://b.org
Link
![Image](http://url/a.png)
![Image][1]
⋮
[1]: http://url/b.jpg
> Blockquote Blockquote
* List
* List
* List
- List
- List
- List
•List
•List
•List
1. One
2. Two
3. Three
1) One
2) Two
3) Three
1.One
2.Two
3.Three
Horizontal Rule
---
Horizontal Rule
***
Horizontal Rule
`Inline code` with backticks Inline code with backticks
```
# code block
print '3 backticks or'
print 'indent 4 spaces'
```
····# code block
····print '3 backticks or'
····print 'indent 4 spaces'
# code block
print '3 backticks or'
print 'indent 4 spaces'
https://gist.github.com/vimtaai/99f8c89e7d3d02a362117284684baa0f
GitHub
Flavored
Markdown
A menudo abreviado como GFM, es el
dialecto de Markdown que actualmente se
admite para el contenido en GitHub.com y
GitHub Enterprise.
Esta especificación formal, basada en
CommonMark Spec, define la sintaxis y la
semántica de este dialecto.
Aunque GFM admite una amplia gama de
entradas, vale la pena señalar que
GitHub.com y GitHub Enterprise realizan
procesamiento posterior y sanitización
adicionales después de que GFM se convierte
a HTML para garantizar la seguridad y
coherencia del sitio web.
https://github.github.com/gfm/
Reference type Raw reference Short link
Issue or pull request URL https://github.com/jlord/sheetsee.j
s/issues/26
#26
# and issue or pull request number #26 #26
GH- and issue or pull request
number
GH-26 GH-26
Username/Repository# and issue or
pull request number
jlord/sheetsee.js#26 jlord/sheetsee.js#26
Organization_name/Repository# an
d issue or pull request number
github/linguist#4039 github/linguist#4039

More Related Content

Similar to Introducción a Markdown

Week 3 html recap and css
Week 3   html recap and cssWeek 3   html recap and css
Week 3 html recap and cssbrianjihoonlee
 
R Markdown Tutorial For Beginners
R Markdown Tutorial For BeginnersR Markdown Tutorial For Beginners
R Markdown Tutorial For BeginnersRsquared Academy
 
Front End Good Practices
Front End Good PracticesFront End Good Practices
Front End Good PracticesHernan Mammana
 
Helvetia
HelvetiaHelvetia
HelvetiaESUG
 
Simple Markdown with Ecto and Protocols
Simple Markdown with Ecto and ProtocolsSimple Markdown with Ecto and Protocols
Simple Markdown with Ecto and ProtocolsDavid Lucia
 
Pass Summit Linux Scripting for the Microsoft Professional
Pass Summit Linux Scripting for the Microsoft ProfessionalPass Summit Linux Scripting for the Microsoft Professional
Pass Summit Linux Scripting for the Microsoft ProfessionalKellyn Pot'Vin-Gorman
 
Free The Enterprise With Ruby & Master Your Own Domain
Free The Enterprise With Ruby & Master Your Own DomainFree The Enterprise With Ruby & Master Your Own Domain
Free The Enterprise With Ruby & Master Your Own DomainKen Collins
 
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...Cedric Spillebeen
 
HTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.pptHTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.pptraghavanp4
 
IBM Connect 2016 - AD1548 - Building Responsive XPages Applications
IBM Connect 2016 - AD1548 - Building Responsive XPages ApplicationsIBM Connect 2016 - AD1548 - Building Responsive XPages Applications
IBM Connect 2016 - AD1548 - Building Responsive XPages Applicationsbeglee
 
10 Useful Asciidoctor Tips
10 Useful Asciidoctor Tips10 Useful Asciidoctor Tips
10 Useful Asciidoctor TipsAndres Almiray
 
3 coding101 fewd_lesson3_your_first_website 20210105
3 coding101 fewd_lesson3_your_first_website 202101053 coding101 fewd_lesson3_your_first_website 20210105
3 coding101 fewd_lesson3_your_first_website 20210105John Picasso
 

Similar to Introducción a Markdown (20)

Week 3 html recap and css
Week 3   html recap and cssWeek 3   html recap and css
Week 3 html recap and css
 
Html
HtmlHtml
Html
 
R Markdown Tutorial For Beginners
R Markdown Tutorial For BeginnersR Markdown Tutorial For Beginners
R Markdown Tutorial For Beginners
 
Front End Good Practices
Front End Good PracticesFront End Good Practices
Front End Good Practices
 
Bangla html
Bangla htmlBangla html
Bangla html
 
Helvetia
HelvetiaHelvetia
Helvetia
 
Simple Markdown with Ecto and Protocols
Simple Markdown with Ecto and ProtocolsSimple Markdown with Ecto and Protocols
Simple Markdown with Ecto and Protocols
 
Intro to web dev
Intro to web devIntro to web dev
Intro to web dev
 
Pass Summit Linux Scripting for the Microsoft Professional
Pass Summit Linux Scripting for the Microsoft ProfessionalPass Summit Linux Scripting for the Microsoft Professional
Pass Summit Linux Scripting for the Microsoft Professional
 
Free The Enterprise With Ruby & Master Your Own Domain
Free The Enterprise With Ruby & Master Your Own DomainFree The Enterprise With Ruby & Master Your Own Domain
Free The Enterprise With Ruby & Master Your Own Domain
 
Html5
Html5Html5
Html5
 
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
 
HTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.pptHTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.ppt
 
css.ppt
css.pptcss.ppt
css.ppt
 
css.ppt
css.pptcss.ppt
css.ppt
 
IBM Connect 2016 - AD1548 - Building Responsive XPages Applications
IBM Connect 2016 - AD1548 - Building Responsive XPages ApplicationsIBM Connect 2016 - AD1548 - Building Responsive XPages Applications
IBM Connect 2016 - AD1548 - Building Responsive XPages Applications
 
Variations on a Theme
Variations on a ThemeVariations on a Theme
Variations on a Theme
 
10 Useful Asciidoctor Tips
10 Useful Asciidoctor Tips10 Useful Asciidoctor Tips
10 Useful Asciidoctor Tips
 
3 coding101 fewd_lesson3_your_first_website 20210105
3 coding101 fewd_lesson3_your_first_website 202101053 coding101 fewd_lesson3_your_first_website 20210105
3 coding101 fewd_lesson3_your_first_website 20210105
 
HTML5 Semantics
HTML5 SemanticsHTML5 Semantics
HTML5 Semantics
 

More from Humberto Jaimes

Consumo de Servicios REST en xamarin
Consumo de Servicios REST en xamarinConsumo de Servicios REST en xamarin
Consumo de Servicios REST en xamarinHumberto Jaimes
 
XamarinDiplomado: M3L3T3(HJR) Delegados
XamarinDiplomado:  M3L3T3(HJR) DelegadosXamarinDiplomado:  M3L3T3(HJR) Delegados
XamarinDiplomado: M3L3T3(HJR) DelegadosHumberto Jaimes
 
XamarinDiplomado: M3L3T2(HJR) Eventos
XamarinDiplomado: M3L3T2(HJR) EventosXamarinDiplomado: M3L3T2(HJR) Eventos
XamarinDiplomado: M3L3T2(HJR) EventosHumberto Jaimes
 
XamarinDiplomado: M3L3T1(HJR) Introducción
XamarinDiplomado:  M3L3T1(HJR) IntroducciónXamarinDiplomado:  M3L3T1(HJR) Introducción
XamarinDiplomado: M3L3T1(HJR) IntroducciónHumberto Jaimes
 
XamarinDiplomado: M2L3T4(HJR) Controles de formulario
XamarinDiplomado: M2L3T4(HJR) Controles de formularioXamarinDiplomado: M2L3T4(HJR) Controles de formulario
XamarinDiplomado: M2L3T4(HJR) Controles de formularioHumberto Jaimes
 
XamarinDiplomado: M2L3T2(HJR) Adaptadores y controles de lista
XamarinDiplomado:  M2L3T2(HJR) Adaptadores y controles de listaXamarinDiplomado:  M2L3T2(HJR) Adaptadores y controles de lista
XamarinDiplomado: M2L3T2(HJR) Adaptadores y controles de listaHumberto Jaimes
 
XamarinDiplomado: M2L3T1(hjr) Introducción
XamarinDiplomado: M2L3T1(hjr) IntroducciónXamarinDiplomado: M2L3T1(hjr) Introducción
XamarinDiplomado: M2L3T1(hjr) IntroducciónHumberto Jaimes
 
XamarinDiplomado: M1L4T3(HJR) Proyecto Compartido
XamarinDiplomado: M1L4T3(HJR) Proyecto CompartidoXamarinDiplomado: M1L4T3(HJR) Proyecto Compartido
XamarinDiplomado: M1L4T3(HJR) Proyecto CompartidoHumberto Jaimes
 
XamarinDiplomado: M1L4T2(HJR) Archivos Enlazados
XamarinDiplomado: M1L4T2(HJR) Archivos EnlazadosXamarinDiplomado: M1L4T2(HJR) Archivos Enlazados
XamarinDiplomado: M1L4T2(HJR) Archivos EnlazadosHumberto Jaimes
 
XamarinDiplomado M1L4T1(HJR) introducción
XamarinDiplomado M1L4T1(HJR) introducciónXamarinDiplomado M1L4T1(HJR) introducción
XamarinDiplomado M1L4T1(HJR) introducciónHumberto Jaimes
 
Diseñando aplicaciones con xamarin
Diseñando aplicaciones con xamarinDiseñando aplicaciones con xamarin
Diseñando aplicaciones con xamarinHumberto Jaimes
 
Xamarin spring fling - Xamarin y Microsoft Cognitive Services
Xamarin spring fling - Xamarin y Microsoft Cognitive ServicesXamarin spring fling - Xamarin y Microsoft Cognitive Services
Xamarin spring fling - Xamarin y Microsoft Cognitive ServicesHumberto Jaimes
 
Fundamentos de Microsoft .NET y C#
Fundamentos de Microsoft .NET y C#Fundamentos de Microsoft .NET y C#
Fundamentos de Microsoft .NET y C#Humberto Jaimes
 

More from Humberto Jaimes (20)

Microservicios con .NET
Microservicios con .NETMicroservicios con .NET
Microservicios con .NET
 
Cloud computing azure
Cloud computing azureCloud computing azure
Cloud computing azure
 
Azure Notification Hub
Azure Notification HubAzure Notification Hub
Azure Notification Hub
 
Consumo de Servicios REST en xamarin
Consumo de Servicios REST en xamarinConsumo de Servicios REST en xamarin
Consumo de Servicios REST en xamarin
 
Azure mobile
Azure mobileAzure mobile
Azure mobile
 
Introducción a Xamarin
Introducción a XamarinIntroducción a Xamarin
Introducción a Xamarin
 
XamarinDiplomado: M3L3T3(HJR) Delegados
XamarinDiplomado:  M3L3T3(HJR) DelegadosXamarinDiplomado:  M3L3T3(HJR) Delegados
XamarinDiplomado: M3L3T3(HJR) Delegados
 
XamarinDiplomado: M3L3T2(HJR) Eventos
XamarinDiplomado: M3L3T2(HJR) EventosXamarinDiplomado: M3L3T2(HJR) Eventos
XamarinDiplomado: M3L3T2(HJR) Eventos
 
XamarinDiplomado: M3L3T1(HJR) Introducción
XamarinDiplomado:  M3L3T1(HJR) IntroducciónXamarinDiplomado:  M3L3T1(HJR) Introducción
XamarinDiplomado: M3L3T1(HJR) Introducción
 
XamarinDiplomado: M2L3T4(HJR) Controles de formulario
XamarinDiplomado: M2L3T4(HJR) Controles de formularioXamarinDiplomado: M2L3T4(HJR) Controles de formulario
XamarinDiplomado: M2L3T4(HJR) Controles de formulario
 
XamarinDiplomado: M2L3T2(HJR) Adaptadores y controles de lista
XamarinDiplomado:  M2L3T2(HJR) Adaptadores y controles de listaXamarinDiplomado:  M2L3T2(HJR) Adaptadores y controles de lista
XamarinDiplomado: M2L3T2(HJR) Adaptadores y controles de lista
 
XamarinDiplomado: M2L3T1(hjr) Introducción
XamarinDiplomado: M2L3T1(hjr) IntroducciónXamarinDiplomado: M2L3T1(hjr) Introducción
XamarinDiplomado: M2L3T1(hjr) Introducción
 
XamarinDiplomado: M1L4T3(HJR) Proyecto Compartido
XamarinDiplomado: M1L4T3(HJR) Proyecto CompartidoXamarinDiplomado: M1L4T3(HJR) Proyecto Compartido
XamarinDiplomado: M1L4T3(HJR) Proyecto Compartido
 
XamarinDiplomado: M1L4T2(HJR) Archivos Enlazados
XamarinDiplomado: M1L4T2(HJR) Archivos EnlazadosXamarinDiplomado: M1L4T2(HJR) Archivos Enlazados
XamarinDiplomado: M1L4T2(HJR) Archivos Enlazados
 
XamarinDiplomado M1L4T1(HJR) introducción
XamarinDiplomado M1L4T1(HJR) introducciónXamarinDiplomado M1L4T1(HJR) introducción
XamarinDiplomado M1L4T1(HJR) introducción
 
Diseñando aplicaciones con xamarin
Diseñando aplicaciones con xamarinDiseñando aplicaciones con xamarin
Diseñando aplicaciones con xamarin
 
Xamarin spring fling - Xamarin y Microsoft Cognitive Services
Xamarin spring fling - Xamarin y Microsoft Cognitive ServicesXamarin spring fling - Xamarin y Microsoft Cognitive Services
Xamarin spring fling - Xamarin y Microsoft Cognitive Services
 
Fundamentos de Microsoft .NET y C#
Fundamentos de Microsoft .NET y C#Fundamentos de Microsoft .NET y C#
Fundamentos de Microsoft .NET y C#
 
Xamarin insights
Xamarin insightsXamarin insights
Xamarin insights
 
Xamarin ui test
Xamarin ui testXamarin ui test
Xamarin ui test
 

Recently uploaded

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 

Recently uploaded (20)

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

Introducción a Markdown

  • 1. GitHub Update 23, 25 y 27 de Agosto
  • 3. ¿Qué es? • Markdown es una herramienta de conversión de texto a HTML para escritores web. • Markdown le permite escribir utilizando un formato de texto fácil de leer y fácil de escribir y, a continuación, convertirlo a XHTML (o HTML) estructuralmente válido. https://daringfireball.net/projects/markdown/
  • 4. A First Level Header ==================== A Second Level Header --------------------- Now is the time for all good men to come to the aid of their country. This is just a regular paragraph. The quick brown fox jumped over the lazy dog's back. ### Header 3 > This is a blockquote. > > This is the second paragraph in the blockquote. > > ## This is an H2 in a blockquote <h1>A First Level Header</h1> <h2>A Second Level Header</h2> <p>Now is the time for all good men to come to the aid of their country. This is just a regular paragraph.</p> <p>The quick brown fox jumped over the lazy dog's back.</p> <h3>Header 3</h3> <blockquote> <p>This is a blockquote.</p> <p>This is the second paragraph in the blockquote.</p> <h2>This is an H2 in a blockquote</h2> </blockquote>
  • 5. •Overview • Philosophy • Inline HTML • Automatic Escaping for Special Characters •Block Elements • Paragraphs and Line Breaks • Headers • Blockquotes • Lists • Code Blocks • Horizontal Rules •Span Elements • Links • Emphasis • Code • Images
  • 6. Type Or … to Get *Italic* _Italic_ Italic **Bold** __Bold__ Bold # Heading 1 Heading 1 ========= Heading 1 ## Heading 2 Heading 2 --------- Heading 2 [Link](http://a.com) [Link][1] ⋮ [1]: http://b.org Link ![Image](http://url/a.png) ![Image][1] ⋮ [1]: http://url/b.jpg
  • 7. > Blockquote Blockquote * List * List * List - List - List - List •List •List •List 1. One 2. Two 3. Three 1) One 2) Two 3) Three 1.One 2.Two 3.Three Horizontal Rule --- Horizontal Rule *** Horizontal Rule `Inline code` with backticks Inline code with backticks ``` # code block print '3 backticks or' print 'indent 4 spaces' ``` ····# code block ····print '3 backticks or' ····print 'indent 4 spaces' # code block print '3 backticks or' print 'indent 4 spaces'
  • 9. GitHub Flavored Markdown A menudo abreviado como GFM, es el dialecto de Markdown que actualmente se admite para el contenido en GitHub.com y GitHub Enterprise. Esta especificación formal, basada en CommonMark Spec, define la sintaxis y la semántica de este dialecto. Aunque GFM admite una amplia gama de entradas, vale la pena señalar que GitHub.com y GitHub Enterprise realizan procesamiento posterior y sanitización adicionales después de que GFM se convierte a HTML para garantizar la seguridad y coherencia del sitio web. https://github.github.com/gfm/
  • 10.
  • 11. Reference type Raw reference Short link Issue or pull request URL https://github.com/jlord/sheetsee.j s/issues/26 #26 # and issue or pull request number #26 #26 GH- and issue or pull request number GH-26 GH-26 Username/Repository# and issue or pull request number jlord/sheetsee.js#26 jlord/sheetsee.js#26 Organization_name/Repository# an d issue or pull request number github/linguist#4039 github/linguist#4039