empress / ember-cli-showdown

Ember component to render markdown into HTML.
https://empress.github.io/ember-cli-showdown/
MIT License
101 stars 35 forks source link

Update README.md to reflect the changes in 8.0.0 #138

Closed SanderKnauff closed 9 months ago

SanderKnauff commented 9 months ago

The README.md file still uses the old syntax. This PR replaces the old syntax with the modern angle-brackets syntax and adds the missing @markdown argument where required.

It also adds a migration guide for 7.x to 8.x, which is basically to add the @markdown.

Resolves #137