Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: third_party/markdown/README.chromium

Issue 93743005: Support markdown template for html editor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add more tests to markdown syntax Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/markdown/README.chromium
diff --git a/third_party/markdown/README.chromium b/third_party/markdown/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..1d0f2188e43fe21aa01a886a316815ed432f15cf
--- /dev/null
+++ b/third_party/markdown/README.chromium
@@ -0,0 +1,12 @@
+Name: markdown, a text-to-HTML conversion tool for web writers
+Short Name: markdown
+URL: https://pypi.python.org/pypi/Markdown
+Version: 2.3.1
+Date: March 22, 2013
+Revision: commit 0ea0bac85a749a13381b721cde44214d9193406c
+License: BSD License
+License File: LICENSE
+Security Critical: no
+
+Description:
+Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

Powered by Google App Engine
This is Rietveld 408576698