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

Unified Diff: utils/markdown/README.txt

Issue 8680025: First pass at a markdown parser in Dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | utils/markdown/ast.dart » ('j') | utils/markdown/ast.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/markdown/README.txt
diff --git a/utils/markdown/README.txt b/utils/markdown/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bc5f2a41e3aebda2efc22e18c31124086d610665
--- /dev/null
+++ b/utils/markdown/README.txt
@@ -0,0 +1,4 @@
+A markdown parsing library in Dart.
+
+If you want to use this as a library, import "lib.dart". To use it as a
+standalone script, run "markdown.dart".
« no previous file with comments | « no previous file | utils/markdown/ast.dart » ('j') | utils/markdown/ast.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698