Skip to content

Commit

Permalink
fix(markdown): fix import of run_prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Jan 29, 2017
1 parent 706f6ca commit 543a462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/src/shared/markdown.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {bindable, noView, inject, customElement} from 'aurelia-framework';
import 'showdown';
import 'google/code-prettify/loader/run_prettify';
import 'google/code-prettify/run_prettify';
import 'showdown-prettify';
import {Loader} from 'aurelia-loader';

Expand Down

0 comments on commit 543a462

Please sign in to comment.