Skip to content

Commit

Permalink
Adds Markdown back to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
petele committed Oct 13, 2016
1 parent 7e5ce44 commit edb68d9
Show file tree
Hide file tree
Showing 36 changed files with 6,053 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.DS_Store
node_modules/*
.drone.sec.yml
gae/lib/*
src/data/youtubeAPIKey.txt
gulp-tasks/deploy.js
scratch/*
Expand Down
47 changes: 47 additions & 0 deletions gae/lib/Markdown-2.6.7-py2.7.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Metadata-Version: 1.1
Name: Markdown
Version: 2.6.7
Summary: Python implementation of Markdown.
Home-page: https://pythonhosted.org/Markdown/
Author: Waylan Limberg
Author-email: waylan.limberg [at] icloud.com
License: BSD License
Download-URL: http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.7.tar.gz
Description:
This is a Python implementation of John Gruber's Markdown_.
It is almost completely compliant with the reference implementation,
though there are a few known issues. See Features_ for information
on what exactly is supported and what is not. Additional features are
supported by the `Available Extensions`_.

.. _Markdown: http://daringfireball.net/projects/markdown/
.. _Features: https://pythonhosted.org/Markdown/index.html#Features
.. _`Available Extensions`: https://pythonhosted.org/Markdown/extensions/index.html

Support
=======

You may ask for help and discuss various other issues on the
`mailing list`_ and report bugs on the `bug tracker`_.

.. _`mailing list`: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
.. _`bug tracker`: http://github.com/waylan/Python-Markdown/issues

Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Communications :: Email :: Filters
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Processing :: Markup :: HTML
36 changes: 36 additions & 0 deletions gae/lib/Markdown-2.6.7-py2.7.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
setup.cfg
Markdown.egg-info/PKG-INFO
Markdown.egg-info/SOURCES.txt
Markdown.egg-info/dependency_links.txt
Markdown.egg-info/top_level.txt
bin/markdown_py
markdown/__init__.py
markdown/__main__.py
markdown/__version__.py
markdown/blockparser.py
markdown/blockprocessors.py
markdown/inlinepatterns.py
markdown/odict.py
markdown/postprocessors.py
markdown/preprocessors.py
markdown/serializers.py
markdown/treeprocessors.py
markdown/util.py
markdown/extensions/__init__.py
markdown/extensions/abbr.py
markdown/extensions/admonition.py
markdown/extensions/attr_list.py
markdown/extensions/codehilite.py
markdown/extensions/def_list.py
markdown/extensions/extra.py
markdown/extensions/fenced_code.py
markdown/extensions/footnotes.py
markdown/extensions/headerid.py
markdown/extensions/meta.py
markdown/extensions/nl2br.py
markdown/extensions/sane_lists.py
markdown/extensions/smart_strong.py
markdown/extensions/smarty.py
markdown/extensions/tables.py
markdown/extensions/toc.py
markdown/extensions/wikilinks.py
1 change: 1 addition & 0 deletions gae/lib/Markdown-2.6.7-py2.7.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

66 changes: 66 additions & 0 deletions gae/lib/Markdown-2.6.7-py2.7.egg-info/installed-files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
../markdown/__init__.py
../markdown/__main__.py
../markdown/__version__.py
../markdown/blockparser.py
../markdown/blockprocessors.py
../markdown/inlinepatterns.py
../markdown/odict.py
../markdown/postprocessors.py
../markdown/preprocessors.py
../markdown/serializers.py
../markdown/treeprocessors.py
../markdown/util.py
../markdown/extensions/__init__.py
../markdown/extensions/abbr.py
../markdown/extensions/admonition.py
../markdown/extensions/attr_list.py
../markdown/extensions/codehilite.py
../markdown/extensions/def_list.py
../markdown/extensions/extra.py
../markdown/extensions/fenced_code.py
../markdown/extensions/footnotes.py
../markdown/extensions/headerid.py
../markdown/extensions/meta.py
../markdown/extensions/nl2br.py
../markdown/extensions/sane_lists.py
../markdown/extensions/smart_strong.py
../markdown/extensions/smarty.py
../markdown/extensions/tables.py
../markdown/extensions/toc.py
../markdown/extensions/wikilinks.py
../markdown/__init__.pyc
../markdown/__main__.pyc
../markdown/__version__.pyc
../markdown/blockparser.pyc
../markdown/blockprocessors.pyc
../markdown/inlinepatterns.pyc
../markdown/odict.pyc
../markdown/postprocessors.pyc
../markdown/preprocessors.pyc
../markdown/serializers.pyc
../markdown/treeprocessors.pyc
../markdown/util.pyc
../markdown/extensions/__init__.pyc
../markdown/extensions/abbr.pyc
../markdown/extensions/admonition.pyc
../markdown/extensions/attr_list.pyc
../markdown/extensions/codehilite.pyc
../markdown/extensions/def_list.pyc
../markdown/extensions/extra.pyc
../markdown/extensions/fenced_code.pyc
../markdown/extensions/footnotes.pyc
../markdown/extensions/headerid.pyc
../markdown/extensions/meta.pyc
../markdown/extensions/nl2br.pyc
../markdown/extensions/sane_lists.pyc
../markdown/extensions/smart_strong.pyc
../markdown/extensions/smarty.pyc
../markdown/extensions/tables.pyc
../markdown/extensions/toc.pyc
../markdown/extensions/wikilinks.pyc
.
dependency_links.txt
PKG-INFO
SOURCES.txt
top_level.txt
../../../bin/markdown_py
1 change: 1 addition & 0 deletions gae/lib/Markdown-2.6.7-py2.7.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
markdown
Loading

0 comments on commit edb68d9

Please sign in to comment.