Skip to content

Commit

Permalink
Fixed issue concerning support of different languages (#4)
Browse files Browse the repository at this point in the history
* Fixed issue in README.md.
* Fixed issue concerning languages using characters others than [a-z,A-Z,0-9] like Chinese or Russian
  • Loading branch information
fzankl authored Mar 3, 2019
1 parent afc0514 commit 3a4b718
Show file tree
Hide file tree
Showing 5 changed files with 4,109 additions and 3,740 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ As you can see in the second snippet, output can be configured on alert level al
Multiple options can be used for single alerts as shown below:

```markdown
> [!TIP|style:flat|label:My own heading|iconVisibility:false]
> [!TIP|style:flat|label:My own heading|iconVisibility:hidden]
> An alert of type 'tip' using alert specific style 'flat' which overrides global style 'callout'.
> In addition, this alert uses an own heading and hides specific icon.
```
Expand Down Expand Up @@ -171,6 +171,8 @@ If alerts do no look as expected, check if your `index.html` as well as alerts i

## Changelog

03/03/2019 - Fixed issue concerning languages using characters others than [a-z,A-Z,0-9] like Chinese or Russian.

01/19/2019 - Fixed issue when using plugin along with themeable plugin.

01/06/2019 - Initial Release
01/06/2019 - Initial release.
Loading

0 comments on commit 3a4b718

Please sign in to comment.