forked from Python-Markdown/markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…arkdown/'. The former redirects to the latter anyway. Might as well point to the actual destination.
- Loading branch information
Showing
15 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,14 @@ | |
Copyright 2006-2008 [Waylan Limberg](http://achinghead.com/). | ||
Project website: <http://packages.python.org/Markdown/extensions/code_hilite.html> | ||
Project website: <https://pythonhosted.org/Markdown/extensions/code_hilite.html> | ||
Contact: [email protected] | ||
License: BSD (see ../LICENSE.md for details) | ||
Dependencies: | ||
* [Python 2.3+](http://python.org/) | ||
* [Markdown 2.0+](http://packages.python.org/Markdown/) | ||
* [Markdown 2.0+](https://pythonhosted.org/Markdown/) | ||
* [Pygments](http://pygments.org/) | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,14 +75,14 @@ | |
Copyright 2007-2008 [Waylan Limberg](http://achinghead.com/). | ||
Project website: <http://packages.python.org/Markdown/extensions/fenced_code_blocks.html> | ||
Project website: <https://pythonhosted.org/Markdown/extensions/fenced_code_blocks.html> | ||
Contact: [email protected] | ||
License: BSD (see ../docs/LICENSE for details) | ||
Dependencies: | ||
* [Python 2.4+](http://python.org) | ||
* [Markdown 2.0+](http://packages.python.org/Markdown/) | ||
* [Markdown 2.0+](https://pythonhosted.org/Markdown/) | ||
* [Pygments (optional)](http://pygments.org) | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,14 +63,14 @@ | |
Copyright 2007-2011 [Waylan Limberg](http://achinghead.com/). | ||
Project website: <http://packages.python.org/Markdown/extensions/header_id.html> | ||
Project website: <https://pythonhosted.org/Markdown/extensions/header_id.html> | ||
Contact: [email protected] | ||
License: BSD (see ../docs/LICENSE for details) | ||
Dependencies: | ||
* [Python 2.3+](http://python.org) | ||
* [Markdown 2.0+](http://packages.python.org/Markdown/) | ||
* [Markdown 2.0+](https://pythonhosted.org/Markdown/) | ||
""" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
Copyright 2007-2008 [Waylan Limberg](http://achinghead.com). | ||
Project website: <http://packages.python.org/Markdown/meta_data.html> | ||
Project website: <https://pythonhosted.org/Markdown/extensions/meta_data.html> | ||
Contact: [email protected] | ||
License: BSD (see ../LICENSE.md for details) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<h1>Title</h1> | ||
<ul> | ||
<li><em><a href="http://packages.python.org/Markdown/">Python in Markdown</a> by some | ||
<li><em><a href="https://pythonhosted.org/Markdown/">Python in Markdown</a> by some | ||
great folks</em> - This <em>does</em> work as expected.</li> | ||
<li><em><a href="http://packages.python.org/Markdown/">Python in Markdown</a> by some | ||
<li><em><a href="https://pythonhosted.org/Markdown/">Python in Markdown</a> by some | ||
great folks</em> - This <em>does</em> work as expected.</li> | ||
<li><a href="http://packages.python.org/Markdown/"><em>Python in Markdown</em></a> by some | ||
<li><a href="https://pythonhosted.org/Markdown/"><em>Python in Markdown</em></a> by some | ||
great folks - This <em>does</em> work as expected.</li> | ||
<li><a href="http://packages.python.org/Markdown/"><em>Python in Markdown</em></a> <em>by some | ||
<li><a href="https://pythonhosted.org/Markdown/"><em>Python in Markdown</em></a> <em>by some | ||
great folks</em> - This <em>does</em> work as expected.</li> | ||
</ul> | ||
<p><em><a href="http://packages.python.org/Markdown/">Python in Markdown</a> by some | ||
<p><em><a href="https://pythonhosted.org/Markdown/">Python in Markdown</a> by some | ||
great folks</em> - This <em>does</em> work as expected.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Title | ||
|
||
- *[Python in Markdown](http://packages.python.org/Markdown/) by some | ||
- *[Python in Markdown](https://pythonhosted.org/Markdown/) by some | ||
great folks* - This *does* work as expected. | ||
- _[Python in Markdown](http://packages.python.org/Markdown/) by some | ||
- _[Python in Markdown](https://pythonhosted.org/Markdown/) by some | ||
great folks_ - This *does* work as expected. | ||
- [_Python in Markdown_](http://packages.python.org/Markdown/) by some | ||
- [_Python in Markdown_](https://pythonhosted.org/Markdown/) by some | ||
great folks - This *does* work as expected. | ||
- [_Python in Markdown_](http://packages.python.org/Markdown/) _by some | ||
- [_Python in Markdown_](https://pythonhosted.org/Markdown/) _by some | ||
great folks_ - This *does* work as expected. | ||
|
||
_[Python in Markdown](http://packages.python.org/Markdown/) by some | ||
_[Python in Markdown](https://pythonhosted.org/Markdown/) by some | ||
great folks_ - This *does* work as expected. | ||
|