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

Unified Diff: pkg/docgen/pubspec.yaml

Issue 62353004: Properly escape angle brackets and find their corresponding links in docgen. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« pkg/docgen/lib/docgen.dart ('K') | « pkg/docgen/lib/docgen.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/pubspec.yaml
diff --git a/pkg/docgen/pubspec.yaml b/pkg/docgen/pubspec.yaml
index 254e477893b35068a5269538f022d5624f4c9550..1f9aa22f09d8cee54cde322094bc5f397c3ec5c6 100644
--- a/pkg/docgen/pubspec.yaml
+++ b/pkg/docgen/pubspec.yaml
@@ -3,7 +3,10 @@ description: A documentation generator for the Dart repository.
dependencies:
args: any
logging: any
- markdown: any
+ markdown:
+ git:
+ ref: emilysEdits
Emily Fortuna 2013/11/06 20:56:32 I have a pull request in to update the default mar
+ url: https://github.com/efortuna/dart-markdown
path: any
yaml: any
dev_dependencies:
« pkg/docgen/lib/docgen.dart ('K') | « pkg/docgen/lib/docgen.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698