diff --git a/LICENSE b/LICENSE index 65f65281..9a33490c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2021 Jean-Francois Cere +Copyright (c) 2017-2022 Jean-Francois Cere Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 29517ea1..709259d0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ License
- Dependency Status + Dependency Status Monthly Downloads @@ -660,6 +660,12 @@ The same way the component works, you can use `markdown` directive to accomplish [data]="markdown" (ready)="onReady()"> + + +
+
``` ### Pipe @@ -775,7 +781,7 @@ update() { } ``` -For an exemple, refer to the [re-render](https://jfcere.github.io/ngx-markdown/rerender) demo page. +> :blue_book: Refer to the ngx-markdown [re-render demo](https://jfcere.github.io/ngx-markdown/rerender) for a live example. ## Syntax highlight @@ -825,8 +831,8 @@ Building with AoT is part of the CI and is tested every time a commit occurs so Here is the list of tasks that will be done on this library in the near future ... -- Add copy-to-clipboard feature - Add a FAQ section to the README.md +- Improve flexibily for some options ## Contribution diff --git a/lib/package.json b/lib/package.json index fafac37c..5fa7599c 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "14.0.0", + "version": "14.0.1", "description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights", "homepage": "https://github.com/jfcere/ngx-markdown", "license": "MIT", diff --git a/package.json b/package.json index 7bae7198..4152a45e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "14.0.0", + "version": "14.0.1", "description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights", "homepage": "https://github.com/jfcere/ngx-markdown", "license": "MIT", diff --git a/yarn.lock b/yarn.lock index 66e2658d..0146641d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7108,7 +7108,7 @@ ng-packagr@^14.0.0: esbuild "^0.14.29" "ngx-markdown@file:./lib": - version "14.0.0" + version "14.0.1" dependencies: "@types/marked" "^4.0.3" clipboard "^2.0.11"