ember-learn / cli-guides

Step-by-step guides and tutorials for using the ember-cli to create apps and addons
https://cli.emberjs.com
MIT License
25 stars 76 forks source link

Fastboot not rendering line numbers for code snippets? #240

Closed marcoow closed 2 months ago

marcoow commented 2 years ago

I just realized that FastBoot doesn't seem to be rendering line numbers for code snippets so those only pop-in when re-rendering the snippet client-side:

https://user-images.githubusercontent.com/1510/139454559-7b262e2c-59ab-4283-9ef4-dc8deb483e22.mov

IgnaceMaes commented 2 months ago

This is fixed with the introduction of ember-showdown-shiki.

https://github.com/ember-learn/cli-guides/pull/316