From e142a32dc81c7918ccd8b34230c781875b0c6710 Mon Sep 17 00:00:00 2001 From: nickschot Date: Mon, 17 Aug 2020 13:12:10 +0200 Subject: [PATCH] Replace sh with bash in dummy app content so it works with ember-showdown-prism --- tests/dummy/content/themes.md | 2 +- tests/dummy/content/welcome.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/dummy/content/themes.md b/tests/dummy/content/themes.md index dc2a159..036e1dc 100644 --- a/tests/dummy/content/themes.md +++ b/tests/dummy/content/themes.md @@ -17,7 +17,7 @@ The [empress-blog documentation](https://github.com/empress/empress-blog/blob/ma If you are interested in writing your own theme for empress-blog you can get started using -```sh +```bash npm init empress-blog-template ``` and it will create a brand new template addon in the folder `empress-blog-template-name-template`! You can check out the documentation for [create-empress-blog-template here](https://github.com/empress/create-empress-blog-template#readme). As [Ghost](https://ghost.org/) uses handlebars it is not too difficult to port an existing Ghost template to use Ember templates, so if you have any requests for an existing open source Ghost template please let us know 👍 diff --git a/tests/dummy/content/welcome.md b/tests/dummy/content/welcome.md index cdf021d..5489c52 100644 --- a/tests/dummy/content/welcome.md +++ b/tests/dummy/content/welcome.md @@ -27,7 +27,7 @@ We know that first impressions are important, so we've populated your new site w ### Quick Start -```sh +```bash # if you don't have ember-cli installed already npm install -g ember-cli