machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
689 stars 157 forks source link

Improve styling of code blocks on documentation site #524

Closed camerondubas closed 1 year ago

camerondubas commented 1 year ago

Follow up to #522.

Cleaning up the styling of code blocks now that ember-prism is used.

Before: image

After:

image