Markdown whitespace fixes

This commit is contained in:
Joshua Bell 2018-03-26 18:41:38 -07:00 committed by GitHub
parent bbaa7eede6
commit b55fcf010a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,20 +8,17 @@ Contributions welcome! Preliminaries:
## Sub-Projects
1. Disassembly of the MouseGraphics ToolKit
* Continue the effort to understand this powerful GUI library.
* Make it relocatable, work on C bindings for cc65.
* Continue the effort to understand this powerful GUI library.
* Make it relocatable, work on C bindings for cc65.
1. Disassembly of DeskTop itself
* The core bits of DeskTop.
* The various overlays.
* The DiskCopy overlay is basically a stand-alone app. Could be fun.
* The core bits of DeskTop.
* The various overlays.
* The DiskCopy overlay is basically a stand-alone app. Could be fun.
1. Bug fixes
* Try and tackle some of the bugs in the [issue tracker](https://github.com/inexorabletash/a2d/issues?q=is%3Aissue+is%3Aopen+label%3Abug-in-original).
* Bug fixes will alter the binary, so should occur in branches. There's a `fixes` branch with some already.
* Try and tackle some of the bugs in the [issue tracker](https://github.com/inexorabletash/a2d/issues?q=is%3Aissue+is%3Aopen+label%3Abug-in-original).
* Bug fixes will alter the binary, so should occur in branches. There's a `fixes` branch with some already.
1. Add new Desk Accessories
* List of ideas in the [issue tracker](https://github.com/inexorabletash/a2d/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22Desk+Accessories%22+label%3Aenhancement-for-new)
* An ["About this Apple II"](https://github.com/inexorabletash/a2d/issues/29) DA that does a slot scan would be very useful.
* An ["Eyes"](https://github.com/inexorabletash/a2d/issues/53) DA would be a cool, quick demo.
* A ["Control Panel"](https://github.com/inexorabletash/a2d/issues?q=is%3Aissue+is%3Aopen+label%3A%22Control+Panel+DA+Fodder%22) DA would be really neat.
* List of ideas in the [issue tracker](https://github.com/inexorabletash/a2d/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22Desk+Accessories%22+label%3Aenhancement-for-new)
* An ["About this Apple II"](https://github.com/inexorabletash/a2d/issues/29) DA that does a slot scan would be very useful.
* An ["Eyes"](https://github.com/inexorabletash/a2d/issues/53) DA would be a cool, quick demo.
* A ["Control Panel"](https://github.com/inexorabletash/a2d/issues?q=is%3Aissue+is%3Aopen+label%3A%22Control+Panel+DA+Fodder%22) DA would be really neat.