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

Unified Diff: third_party/pkg/markdown/lib/src/inline_parser.dart

Issue 189333002: pkg/docgen: update markdown to 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updates Created 6 years, 9 months 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/pkg/markdown/lib/src/inline_parser.dart
diff --git a/third_party/pkg/markdown/lib/src/markdown/inline_parser.dart b/third_party/pkg/markdown/lib/src/inline_parser.dart
similarity index 99%
rename from third_party/pkg/markdown/lib/src/markdown/inline_parser.dart
rename to third_party/pkg/markdown/lib/src/inline_parser.dart
index d1416590ec97e1e02a3891746b38ab38fac2275e..392ca69b1904df56e9e9dfa0b18806a6b5424679 100644
--- a/third_party/pkg/markdown/lib/src/markdown/inline_parser.dart
+++ b/third_party/pkg/markdown/lib/src/inline_parser.dart
@@ -2,7 +2,11 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-part of markdown;
+library markdown.inline_parser;
+
+import 'ast.dart';
+import 'document.dart';
+import 'util.dart';
/// Maintains the internal state needed to parse inline span elements in
/// markdown.
« no previous file with comments | « third_party/pkg/markdown/lib/src/html_renderer.dart ('k') | third_party/pkg/markdown/lib/src/markdown/ast.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698