| # Best Package |
| |
| * [Examples](#examples) |
| * [Another Section](#another-section) |
| |
| This is an amazing package. |
| |
| ## Here is some messed up UTF-8. |
| ÃÂfÃÂÃÂÃzÂâ° |
| |
| ## Examples |
| |
| For example, it: |
| |
| * Is very fast |
| * Has zero bugs |
| * Is free |
| |
| It also has some awesome code |
| |
| ```dart |
| void main() { |
| // in Dart! |
| } |
| |
| /* |
| 80-characters: to ensure default styles accommodate Dart line length convention. |
| 01234567890123456789012345678901234567890123456789012345678901234567890123456789 |
| */ |
| ``` |
| |
| ```yaml |
| and_yaml: |
| - value |
| - "value" |
| - 3.14 |
| ``` |
| |
| ```css |
| /* issue 1484 regression */ |
| #id { |
| background: green; |
| } |
| |
| .class { |
| background: red; |
| } |
| |
| div { |
| background: green; |
| } |
| ``` |
| |
| ```html |
| <div> |
| <strong>Hello!</strong> |
| <h1>World!</h1> |
| </div> |
| ``` |
| |
| ```js |
| var f = function(a, b) { |
| return a + b; |
| }; |
| ``` |
| |
| ## Another Section |
| |
| It sometimes generates warnings in commentRefs like this: [unknownThingy.FromSomewhere] |
| |
| Be sure to check out other awesome packages on [pub][]. |
| |
| [pub]: https://pub.dartlang.org |