Skip to content

Commit 9b1a602

Browse files
committed
add markdown stub page
1 parent 2bafdad commit 9b1a602

File tree

95 files changed

+354
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+354
-89
lines changed

all.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2609,6 +2609,35 @@ <h2>Logging learning checklist</h2>
26092609
functions when they are above a certain threshold. </p>
26102610
</li>
26112611
</ol>
2612+
<h1>Markdown</h1>
2613+
<p>Markdown is a common markup language frequently used by developers to write
2614+
Python project documention.</p>
2615+
<p><img src="/source/static/img/logos/markdown.png" width="100%" alt="Unofficial Markdown logo." class="technical-diagram"></a></p>
2616+
<h2>Markdown's origin</h2>
2617+
<p>Markdown was originally
2618+
<a href="https://daringfireball.net/projects/markdown/">developed by John Gruber</a>
2619+
in 2004. The markup language's lightweight design helped it gain rapid
2620+
adoption by software developers and designers. The format's simplicity also
2621+
makes it easier to write parsers to convert the structured syntax into
2622+
other formats such as HTML and JSON.</p>
2623+
<h2>Markdown resources</h2>
2624+
<ul>
2625+
<li>
2626+
<p><a href="https://daringfireball.net/projects/markdown/syntax">Markdown syntax</a>
2627+
is the defacto standard and wonderful reading for both initial learning
2628+
and random reference.</p>
2629+
</li>
2630+
<li>
2631+
<p><a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">Markdown cheatsheet</a>
2632+
is a quick reference that is a shortened version of the above Markdown
2633+
syntax page.</p>
2634+
</li>
2635+
<li>
2636+
<p><a href="http://lepture.com/en/2014/markdown-parsers-in-python">Markdown parsers in Python</a>
2637+
reviews many of the most common Python Markdown parser implementations
2638+
to give insight into the advantages and disadvantages of each one.</p>
2639+
</li>
2640+
</ul>
26122641
<h1>Web Application Security</h1>
26132642
<p>Website security must be thought about while building every level of the web
26142643
stack. However, this section includes topics that deserve particular

apache-cassandra.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

apache-http-server.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

api-creation.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

api-integration.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

application-dependencies.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

application-programming-interfaces.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

best-python-podcasts.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

best-python-resources.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

best-python-videos.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)