Skip to content

Commit

Permalink
14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcere committed Jun 22, 2022
1 parent adb7923 commit 7e7cfe7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<img alt="License" src="https://img.shields.io/npm/l/ngx-markdown.svg">
</a>
<br>
<img alt="Dependency Status" src="https://img.shields.io/librariesio/release/npm/ngx-markdown/14.0.0">
<img alt="Dependency Status" src="https://img.shields.io/librariesio/release/npm/ngx-markdown/14.0.1">
<a href="https://www.npmjs.com/package/ngx-markdown">
<img alt="Monthly Downloads" src="https://img.shields.io/npm/dm/ngx-markdown.svg">
</a>
Expand Down Expand Up @@ -660,6 +660,12 @@ The same way the component works, you can use `markdown` directive to accomplish
[data]="markdown"
(ready)="onReady()">
</div>

<!-- inline parser, omitting rendering top-level paragraph -->
<div markdown
[data]="markdown"
[inline]="true">
</div>
```

### Pipe
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7e7cfe7

Please sign in to comment.