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

Issue 8953042: Move markdown library. (Closed)

Created:
9 years ago by Bob Nystrom
Modified:
9 years ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Move markdown library. This moves markdown into two places: - The one under samples/ is intended to be a "real" markdown parser. Eventually, it will probably live as a third-party library outside of our standard lib but still easily accessible. - The one inside dartdoc will change to become the parser used to parse Gilad's forthcoming dartdoc comment syntax. Committed: https://code.google.com/p/dart/source/detail?r=2606

Patch Set 1 #

Patch Set 2 : Remove temp script. #

Patch Set 3 : Add markdown tests to dartdoc. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-9 lines, -1910 lines) Patch
A + samples/markdown/README.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/markdown/ast.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/markdown/block_parser.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/markdown/html_renderer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/markdown/inline_parser.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/markdown/lib.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/markdown/markdown.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/markdown/test/markdown_tests.dart View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + utils/dartdoc/ast.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + utils/dartdoc/block_parser.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M utils/dartdoc/dartdoc.dart View 1 chunk +1 line, -1 line 0 comments Download
A + utils/dartdoc/html_renderer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + utils/dartdoc/inline_parser.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + utils/dartdoc/markdown.dart View 1 chunk +1 line, -3 lines 0 comments Download
A + utils/dartdoc/test/markdown_tests.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
D utils/markdown/README.txt View 1 chunk +0 lines, -4 lines 0 comments Download
D utils/markdown/ast.dart View 1 chunk +0 lines, -63 lines 0 comments Download
D utils/markdown/block_parser.dart View 1 chunk +0 lines, -436 lines 0 comments Download
D utils/markdown/html_renderer.dart View 1 chunk +0 lines, -54 lines 0 comments Download
D utils/markdown/inline_parser.dart View 1 chunk +0 lines, -395 lines 0 comments Download
D utils/markdown/lib.dart View 1 chunk +0 lines, -113 lines 0 comments Download
D utils/markdown/markdown.dart View 1 chunk +0 lines, -46 lines 0 comments Download
D utils/markdown/test/markdown_tests.dart View 1 chunk +0 lines, -806 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Bob Nystrom
9 years ago (2011-12-20 00:15:10 UTC) #1
dgrove
9 years ago (2011-12-20 01:27:48 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698