mirror of
https://github.com/drewcassidy/yaclog.git
synced 2024-09-01 14:58:58 +00:00
64 lines
842 B
Markdown
64 lines
842 B
Markdown
|
# Changelog
|
||
|
|
||
|
This changelog is for testing the parser, and has many things in it that might trip it up.
|
||
|
|
||
|
## [Unreleased]
|
||
|
|
||
|
- bullet point with no section
|
||
|
|
||
|
### Added
|
||
|
|
||
|
- bullet point dash
|
||
|
* bullet point star
|
||
|
+ bullet point plus
|
||
|
- sub point 1
|
||
|
- sub point 2
|
||
|
- sub point 3
|
||
|
|
||
|
### Fixed ##
|
||
|
|
||
|
- this is a bullet point
|
||
|
it spans many lines
|
||
|
|
||
|
This is
|
||
|
a paragraph
|
||
|
it spans many lines
|
||
|
|
||
|
this line has an [id] link
|
||
|
|
||
|
#### This is an H4
|
||
|
|
||
|
##### This is an H5
|
||
|
|
||
|
###### This is an H6
|
||
|
|
||
|
```markdown
|
||
|
this is some example code
|
||
|
it spans many lines
|
||
|
```
|
||
|
|
||
|
> this is a block quote
|
||
|
it spans many lines
|
||
|
|
||
|
[1.1.0] - 1969-07-20 [PRERELEASE]
|
||
|
---
|
||
|
|
||
|
### Fixed
|
||
|
|
||
|
- Nyan Cat now has correct music
|
||
|
|
||
|
### Added
|
||
|
|
||
|
- Multiplayer
|
||
|
|
||
|
## Not a version number
|
||
|
|
||
|
### Removed
|
||
|
|
||
|
- Herobrine
|
||
|
|
||
|
[unreleased]: http://beesbeesbees.com
|
||
|
|
||
|
[1.1.0]: http://endless.horse
|
||
|
|
||
|
[id]: http://www.koalastothemax.com
|