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

Unified Diff: pkg/source_maps/README.md

Issue 357013002: Fix markdown in source_maps README.md so it renders correctly in pub site. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | pkg/source_maps/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/source_maps/README.md
diff --git a/pkg/source_maps/README.md b/pkg/source_maps/README.md
index df182d9ba77c903a044e2f4ed45610ef7cf12f45..5c7f638f40c825b215ad3a010651579514370cb5 100644
--- a/pkg/source_maps/README.md
+++ b/pkg/source_maps/README.md
@@ -7,6 +7,7 @@ originated from the [Closure Compiler][closure] and has been implemented in
Chrome and Firefox.
In this package we provide:
+
* Data types defining file locations and spans: these are not part of the
original source map specification. These data types are great for tracking
source locations on source maps, but they can also be used by tools to
@@ -17,6 +18,7 @@ In this package we provide:
mapping information.
Some upcoming features we are planning to add to this package are:
+
* A printer that lets you generate code, but record source map information in
the process.
* A tool that can compose source maps together. This would be useful for
« no previous file with comments | « no previous file | pkg/source_maps/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698