We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7fc0e commit c587723Copy full SHA for c587723
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## 0.28.3+2
2
* Support the latest version of `package:html`.
3
+* Use latest version of the markdown package.
4
5
## 0.28.3+1
6
* Fix scroll physics and behavior for Safari on iOS.
pubspec.yaml
@@ -18,7 +18,7 @@ dependencies:
18
http_parser: '>=3.0.3 <4.0.0'
19
logging: ^0.11.3+1
20
process: ^3.0.5
21
- markdown: ^2.0.0
+ markdown: ^2.0.3
22
mustache: ^1.1.0
23
package_config: '>=0.1.5 <2.0.0'
24
path: ^1.3.0
0 commit comments