Skip to content

Commit

Permalink
docs: Fix non-markdown section of README files (#2406)
Browse files Browse the repository at this point in the history
Apparently my previous change broke a lot of the README files because I used markdown on the HTML-only zone. It started all right but at some point after I started testing I accidentally switched.

The backticks also don't work well with links, so I removed them.
  • Loading branch information
luanpotter committed Mar 14, 2023
1 parent c4ebb1a commit 426b312
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/flame_bloc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
Offers a simple and natural way to use <a href="https://github.com/felangel/bloc">`flutter_bloc`</a> inside <a href="https://github.com/flame-engine/flame">Flame</a>.
Offers a simple and natural way to use <a href="https://github.com/felangel/bloc">flutter_bloc</a> inside <a href="https://github.com/flame-engine/flame">Flame</a>.
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_fire_atlas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
Adds support for <a href="https://github.com/flame-engine/fire-atlas">`fire_atlas`</a>-based sprite sheets inside <a href="https://github.com/flame-engine/flame">Flame</a>.
Adds support for <a href="https://github.com/flame-engine/fire-atlas">fire_atlas</a>-based sprite sheets inside <a href="https://github.com/flame-engine/flame">Flame</a>.
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_flare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
Adds support for [Flare animations](https://rive.app/explore/popular/trending/all) to your [Flame](https://github.com/flame-engine/flame) games.
Adds support for <a href="https://rive.app/explore/popular/trending/all">Flare animations</a> to your <a href="https://github.com/flame-engine/flame">Flame</a> games.
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_forge2d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
Adds support for [Forge2d](https://github.com/flame-engine/forge2d), the Box2d-based physics engine, to your [Flame](https://github.com/flame-engine/flame) games.
Adds support for <a href="https://github.com/flame-engine/forge2d">Forge2d</a>, the Box2d-based physics engine, to your <a href="https://github.com/flame-engine/flame">Flame</a> games.
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_isolate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
Adds support for [integral_isolates](https://pub.dev/packages/integral_isolates) to your [Flame](https://github.com/flame-engine/flame) games.
Adds support for <a href="https://pub.dev/packages/integral_isolates">integral_isolates</a> to your <a href="https://github.com/flame-engine/flame">Flame</a> games.
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_jenny/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
Adds support for [jenny](https://pub.dev/packages/jenny), the Dart port of [YarnSpinner], to your [Flame](https://github.com/flame-engine/flame) games.
Adds support for <a href="https://pub.dev/packages/jenny">jenny</a>, the Dart port of <a href="https://yarnspinner.dev/">YarnSpinner</a>, to your <a href="https://github.com/flame-engine/flame">Flame</a> games.
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_lint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
A strict and satisfying lint for any [Flame](https://github.com/flame-engine/flame), Flutter or Dart project.
A strict and satisfying lint for any <a href="https://github.com/flame-engine/flame">Flame</a>, Flutter or Dart project.
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_lottie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
Adds support for [Lottie animations](https://github.com/airbnb/lottie-android) to your [Flame](https://github.com/flame-engine/flame) games.
Adds support for <a href="https://github.com/airbnb/lottie-android">Lottie animations</a> to your <a href="https://github.com/flame-engine/flame">Flame</a> games.
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_oxygen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
Adds support for [Oxygen](https://github.com/flame-engine/oxygen), an alternative ECS written by the Flame Team, to your [Flame](https://github.com/flame-engine/flame) games.
Adds support for <a href="https://github.com/flame-engine/oxygen">Oxygen</a>, an alternative ECS written by the Flame Team, to your <a href="https://github.com/flame-engine/flame">Flame</a> games.
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_rive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
Adds support for [Rive animations](https://github.com/rive-app/rive-flutter) to your [Flame](https://github.com/flame-engine/flame) games.
Adds support for <a href="https://github.com/rive-app/rive-flutter">Rive animations</a> to your <a href="https://github.com/flame-engine/flame">Flame</a> games.
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_svg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
Adds support for rendering SVG (using the [flutter_svg](https://github.com/dnfield/flutter_svg) library) to your [Flame](https://github.com/flame-engine/flame) games.
Adds support for rendering SVG (using the <a href="https://github.com/dnfield/flutter_svg">flutter_svg</a> library) to your <a href="https://github.com/flame-engine/flame">Flame</a> games.
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
A set of useful helpers and utilities for testing your [Flame](https://github.com/flame-engine/flame) games.
A set of useful helpers and utilities for testing your <a href="https://github.com/flame-engine/flame">Flame</a> games.
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_tiled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

<p align="center">
Adds support for [Tiled](https://www.mapeditor.org/)'s tile maps to your [Flame](https://github.com/flame-engine/flame) games.
Adds support for <a href="https://www.mapeditor.org/">Tiled</a>'s tile maps to your <a href="https://github.com/flame-engine/flame">Flame</a> games.
</p>

<p align="center">
Expand Down

0 comments on commit 426b312

Please sign in to comment.