From 62685cb892ce1d726a35341f6cf172c3ef329f61 Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Sat, 7 Jan 2017 13:49:03 +0100 Subject: [PATCH] [DOCUMENTATION] Add linting to tutorial section Adds code examples with linting --- docs/src/tutorials/index.md | 82 ++++++++++++++++++------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/docs/src/tutorials/index.md b/docs/src/tutorials/index.md index 621a29b1b1..52263278ed 100644 --- a/docs/src/tutorials/index.md +++ b/docs/src/tutorials/index.md @@ -129,7 +129,7 @@ We will create this file in the directory tutorials/todo (we can hereafter refer to this plugin as tutorials/todo as well.) We will start with an "empty bundle", one which exposes no extensions - which looks like: -```diff +```js define([ 'openmct' ], function ( @@ -154,7 +154,7 @@ The tutorials will be updated with the new bundle registration mechanism once it has been finalized. #### Before -```diff +```html