mirror of
https://github.com/TrentSPalmer/libre_gps_parser.git
synced 2024-11-15 19:41:30 -08:00
18 lines
355 B
Dart
18 lines
355 B
Dart
final String defaultPlataeaNotes = """
|
|
![](https://upload.wikimedia.org/wikipedia/commons/d/d5/Scene_of_the_Battle_of_Plataea.jpg)
|
|
___
|
|
# Example Notes For Plataea
|
|
|
|
## Greek Coalitian that fought Persia
|
|
* Sparta
|
|
* Athens
|
|
* Corinth
|
|
* Megara
|
|
|
|
## Major Battles Preceeding Plataea
|
|
1. Marathon
|
|
2. Thermopylae
|
|
3. Sacking of Athens
|
|
4. Naval Battle of Salami
|
|
""";
|