Sign in
dart
/
tools.git
/
a91301e1
commit
a91301e15a60fe734624b45bcb74f6f5d493613b
[
log
]
author
Kevin Moore <kevmoo@google.com>
Tue Apr 16 14:49:10 2019 -0700
committer
Kevin Moore <kevmoo@users.noreply.github.com>
Thu Apr 18 21:09:01 2019 -0700
tree
46d213fdd37c39ea469ef92b4c8e2c26da7966d1
parent
40c936b3d6a8940b8c54db710c340d9e615fed35
[
diff
]
Improve white-space strictness of a number of elements
pkgs/markdown/CHANGELOG.md
[
diff
]
pkgs/markdown/lib/src/html_renderer.dart
[
diff
]
pkgs/markdown/lib/src/inline_parser.dart
[
diff
]
pkgs/markdown/lib/src/version.dart
[
diff
]
pkgs/markdown/pubspec.yaml
[
diff
]
pkgs/markdown/test/common_mark/atx_headings.unit
[
diff
]
pkgs/markdown/test/common_mark/autolinks.unit
[
diff
]
pkgs/markdown/test/common_mark/block_quotes.unit
[
diff
]
pkgs/markdown/test/common_mark/code_spans.unit
[
diff
]
pkgs/markdown/test/common_mark/emphasis_and_strong_emphasis.unit
[
diff
]
pkgs/markdown/test/common_mark/entity_and_numeric_character_references.unit
[
diff
]
pkgs/markdown/test/common_mark/fenced_code_blocks.unit
[
diff
]
pkgs/markdown/test/common_mark/hard_line_breaks.unit
[
diff
]
pkgs/markdown/test/common_mark/html_blocks.unit
[
diff
]
pkgs/markdown/test/common_mark/indented_code_blocks.unit
[
diff
]
pkgs/markdown/test/common_mark/link_reference_definitions.unit
[
diff
]
pkgs/markdown/test/common_mark/links.unit
[
diff
]
pkgs/markdown/test/common_mark/list_items.unit
[
diff
]
pkgs/markdown/test/common_mark/lists.unit
[
diff
]
pkgs/markdown/test/common_mark/paragraphs.unit
[
diff
]
pkgs/markdown/test/common_mark/precedence.unit
[
diff
]
pkgs/markdown/test/common_mark/raw_html.unit
[
diff
]
pkgs/markdown/test/common_mark/setext_headings.unit
[
diff
]
pkgs/markdown/test/common_mark/soft_line_breaks.unit
[
diff
]
pkgs/markdown/test/common_mark/tabs.unit
[
diff
]
pkgs/markdown/test/common_mark/thematic_breaks.unit
[
diff
]
pkgs/markdown/test/extensions/emojis.unit
[
diff
]
pkgs/markdown/test/extensions/inline_html.unit
[
diff
]
pkgs/markdown/test/gfm/atx_headings.unit
[
diff
]
pkgs/markdown/test/gfm/autolinks.unit
[
diff
]
pkgs/markdown/test/gfm/block_quotes.unit
[
diff
]
pkgs/markdown/test/gfm/code_spans.unit
[
diff
]
pkgs/markdown/test/gfm/disallowed_raw_html_extension.unit
[
diff
]
pkgs/markdown/test/gfm/emphasis_and_strong_emphasis.unit
[
diff
]
pkgs/markdown/test/gfm/entity_and_numeric_character_references.unit
[
diff
]
pkgs/markdown/test/gfm/fenced_code_blocks.unit
[
diff
]
pkgs/markdown/test/gfm/hard_line_breaks.unit
[
diff
]
pkgs/markdown/test/gfm/html_blocks.unit
[
diff
]
pkgs/markdown/test/gfm/indented_code_blocks.unit
[
diff
]
pkgs/markdown/test/gfm/link_reference_definitions.unit
[
diff
]
pkgs/markdown/test/gfm/links.unit
[
diff
]
pkgs/markdown/test/gfm/list_items.unit
[
diff
]
pkgs/markdown/test/gfm/lists.unit
[
diff
]
pkgs/markdown/test/gfm/paragraphs.unit
[
diff
]
pkgs/markdown/test/gfm/precedence.unit
[
diff
]
pkgs/markdown/test/gfm/raw_html.unit
[
diff
]
pkgs/markdown/test/gfm/setext_headings.unit
[
diff
]
pkgs/markdown/test/gfm/soft_line_breaks.unit
[
diff
]
pkgs/markdown/test/gfm/tables_extension.unit
[
diff
]
pkgs/markdown/test/gfm/tabs.unit
[
diff
]
pkgs/markdown/test/gfm/thematic_breaks.unit
[
diff
]
pkgs/markdown/test/original/block_quotes.unit
[
diff
]
pkgs/markdown/test/original/hard_line_breaks.unit
[
diff
]
pkgs/markdown/test/original/html_encoding.unit
[
diff
]
pkgs/markdown/test/original/inline_code.unit
[
diff
]
pkgs/markdown/test/original/ordered_lists.unit
[
diff
]
pkgs/markdown/test/original/paragraphs.unit
[
diff
]
pkgs/markdown/test/original/reference_links.unit
[
diff
]
pkgs/markdown/test/original/setext_headers.unit
[
diff
]
pkgs/markdown/test/original/unordered_lists.unit
[
diff
]
pkgs/markdown/tool/common_mark_stats.json
[
diff
]
pkgs/markdown/tool/common_mark_stats.txt
[
diff
]
pkgs/markdown/tool/gfm_stats.json
[
diff
]
pkgs/markdown/tool/gfm_stats.txt
[
diff
]
64 files changed
tree: 46d213fdd37c39ea469ef92b4c8e2c26da7966d1
pkgs/