From 867151794031fb97336912eb992fb120250f0ade Mon Sep 17 00:00:00 2001 From: Jean-Francois Cere Date: Sun, 26 Mar 2017 13:37:07 -0400 Subject: [PATCH] Update readme.md --- README.md | 5 ++--- circle.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7625c5b..6642e5b5 100644 --- a/README.md +++ b/README.md @@ -113,15 +113,13 @@ When using remote url ng2-markdown-to-html will use file extension to automatica ## Demo application -You can find the [demo](https://jfcere.github.io/ng2-markdown-to-html) source code inside the `src/app/markdown-demo` directory. +A demo is available @ [https://jfcere.github.io/ng2-markdown-to-html](https://jfcere.github.io/ng2-markdown-to-html) and it source code can be found inside the `src/app/markdown-demo` directory. The following commands will clone the repository, install npm dependencies and serve the application @ [http://localhost:4200](http://localhost:4200) ```bash git clone https://github.com/jfcere/ng2-markdown-to-html.git - npm install - ng serve ``` @@ -135,6 +133,7 @@ Here is the list of tasks that will be done on this library in a near future ... - ~~Add CircleCI integration~~ - ~~Publish demo on github pages~~ +- Make Prism highlight optional - Support Prism.js customizing options (line-numbers, line-height, ...) - Transpile library to Javascript diff --git a/circle.yml b/circle.yml index d0217e82..270589d4 100644 --- a/circle.yml +++ b/circle.yml @@ -22,6 +22,6 @@ test: override: - yarn test -- --single-run - yarn lint -- --formatters-dir ./tslint-formatters --format junit -o $CIRCLE_TEST_REPORTS/lint/tslint.xml - - yarn build -- --prod + - yarn build -- --prod --aot post: - mv test-results.xml $CIRCLE_TEST_REPORTS/karma \ No newline at end of file