My subtitle
Markdown, and HTML, are the tools of the trade. WordPress, and Tumblr, are the platforms of choice.
- Definition of:
- Definition
-
Noun. It is—a word—used to: Refer to the description of itself.
- Definition of:
- Markdown
-
Markdown—A tool used to convert text into HTML—for use on for example: WordPress.
- Definition of:
- HTML
-
Hypertext Markup Language.
- Definition of:
- WordPress
-
A semantic personal publishing platform.
- Definition of:
- Tumblr
-
Tumblr, stylized in its logo as tumblr., is a microblogging platform and social networking website founded by David Karp and owned by Yahoo! Inc.
Ok, let’s end this nonsense, with a blockquote.
Markdown
HTML
WordPress
Tumblr
- Term 1
-
This is a definition with two paragraphs. Lorem ipsum
dolor sit amet, consectetuer adipiscing elit. Aliquam
hendrerit mi posuere lectus.Vestibulum enim wisi, viverra nec, fringilla in, laoreet
vitae, risus. -
Second definition for term 1, also wrapped in a paragraph
because of the blank line preceding it. - Term 2
-
This definition has a code block, a blockquote and a list.
# My current usage, for example: On this document. python -m markdown -x abbr -x footnotes -x def_list # Since I'm a lazy writer, I use an alias. alias md='python -m markdown -x abbr -x footnotes -x def_list'block quote
on two lines.- first list item
- second list item
And now with syntax highlighting.
# My current usage, for example: On this document.
python -m markdown -x abbr -x footnotes -x def_list
# Since I'm a lazy writer, I use an alias.
alias md='python -m markdown -x abbr -x footnotes -x def_list'
PS: Yes I know, I overdid it with the abbreviations, and definition listings. 😉 The point is to learn, and get acquainted with these tools. 😉
Full source, may it be of use to anyone interested:
<a name="_top"></a>
##### My subtitle
[Statement]: https://duckduckgo.com/?q=define+definition "A statement of the meaning of a word, phrase, or term, as in a dictionary entry."
Markdown, and HTML, are the tools of the trade. WordPress, and Tumblr, are the platforms of choice.
[Definition][Statement] of:
Definition
: Noun. It is—a word—used to: Refer to the description of itself.
Definition of:
Markdown
: Markdown—A tool used to convert text into HTML—for use on for example: WordPress.
Definition of:
HTML
: Hypertext Markup Language.
Definition of:
WordPress
: A semantic personal publishing platform.
Definition of:
Tumblr
: Tumblr, stylized in its logo as tumblr., is a microblogging platform and social networking website founded by David Karp and owned by Yahoo! Inc.
*[Definition]: Noun. It is—a word—used to: Refer to the description of itself
*[Markdown]: A text to-HTML conversion tool
*[HTML]: HyperText Markup Language
*[WordPress]: A semantic personal publishing platform
*[Tumblr]: Tumblr, stylized in its logo as tumblr., is a microblogging platform and social networking website founded by David Karp and owned by Yahoo! Inc.
Ok, let's end this nonsense, with a blockquote.
> Markdown
>> HTML
>>> WordPress
>>>> Tumblr
***
Term 1
: This is a definition with two paragraphs. Lorem ipsum
dolor sit amet, consectetuer adipiscing elit. Aliquam
hendrerit mi posuere lectus.
Vestibulum enim wisi, viverra nec, fringilla in, laoreet
vitae, risus.
: Second definition for term 1, also wrapped in a paragraph
because of the blank line preceding it.
Term 2
: This definition has a code block, a blockquote and a list.
# My current usage, for example: On this document.
python -m markdown -x abbr -x footnotes -x def_list
# Since I'm a lazy writer, I use an alias.
alias md='python -m markdown -x abbr -x footnotes -x def_list'
> block quote
> on two lines.
1. first list item
2. second list item
***
And now with [syntax highlighting](http://lex-luthor-the-bold.tumblr.com/syntax-highlighting-code).
<pre class="prettyprint">
<code>
# My current usage, for example: On this document.
python -m markdown -x abbr -x footnotes -x def_list
# Since I'm a lazy writer, I use an alias.
alias md='python -m markdown -x abbr -x footnotes -x def_list'
</code>
</pre>
<em><a href="#_top">Back to top.</a></em>