Version 1.1.0

master v1.1.0
Michael Ochmann 3 years ago
parent 35dbd30681
commit b81d139385
  1. 3
      CHANGELOG.md
  2. 9
      README.md

@ -8,7 +8,8 @@ No major changes introduced, getting ready for release
### Changed
* Parser does not generate unnessecary empty paragraphs anymore
* Fix: parse does not get stuck on blockquotes that are not followed by an empty line anymore
* Fix: parse does not get stuck on blockquotes that are not followed by an empty
line anymore
### Removed
* "Monkey test" `.md` files in `tests` folder

@ -110,4 +110,11 @@ or via reference to [a later defined url][massivedynamic], i we so desire.
[massivedynamic]: https://massivedynamic.eu
```
[massivedynamic]: https://massivedynamic.eu
[massivedynamic]: https://massivedynamic.eu
## Testing
Unit tests can be run via `composer`:
```
composer test
```
Loading…
Cancel
Save