You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sethladd opened this issue
Jan 7, 2015
· 4 comments
Assignees
Labels
P1A high priority bug; for example, a single project is unusable or has many test failurestype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
/// # TimeZone library
///
/// Time zone database and time zone aware DateTime.
library timezone;
It's rendered as:
Expected:
The word TimeZone should be a header (H1?)
The text was updated successfully, but these errors were encountered:
sethladd
added
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
P1
A high priority bug; for example, a single project is unusable or has many test failures
labels
Jan 7, 2015
The Dart language spec used to have a subset of markdown for what you can use inside of doc comments. The latest version of the spec (second edition) no longer specifies what goes into doc comments.
There's probably enough doc comments that use markdown that we need to support it.
P1A high priority bug; for example, a single project is unusable or has many test failurestype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
See this file: https://github.com/localvoid/timezone/blob/master/lib/timezone.dart
Specifically:
It's rendered as:
Expected:
The word TimeZone should be a header (H1?)
The text was updated successfully, but these errors were encountered: