mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-01 12:23:44 +08:00
Revert "Remove our fork of markdown
"
This reverts commit d091b771d7adbc7f96faf0ef74dd38f7df29b8ad. This doesn't fix our rendering problem, so we need to continue to maintain our fork.
This commit is contained in:
12
pubspec.lock
12
pubspec.lock
@ -505,12 +505,14 @@ packages:
|
|||||||
source: hosted
|
source: hosted
|
||||||
version: "0.11.3+2"
|
version: "0.11.3+2"
|
||||||
markdown:
|
markdown:
|
||||||
dependency: transitive
|
dependency: "direct overridden"
|
||||||
description:
|
description:
|
||||||
name: markdown
|
path: "."
|
||||||
url: "https://pub.dartlang.org"
|
ref: HEAD
|
||||||
source: hosted
|
resolved-ref: "2e87055c39b4b29939bb99ceff593880e2bcf20a"
|
||||||
version: "2.1.7"
|
url: "https://github.com/GitJournal/markdown.git"
|
||||||
|
source: git
|
||||||
|
version: "2.1.5"
|
||||||
matcher:
|
matcher:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -72,6 +72,8 @@ dev_dependencies:
|
|||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
intl:
|
intl:
|
||||||
git: https://github.com/GitJournal/intl.git
|
git: https://github.com/GitJournal/intl.git
|
||||||
|
markdown:
|
||||||
|
git: https://github.com/GitJournal/markdown.git
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
uses-material-design: true
|
uses-material-design: true
|
||||||
|
Reference in New Issue
Block a user