Skip to content

Commit 3a4b718

Browse files
authored
Fixed issue concerning support of different languages (#4)
* Fixed issue in README.md. * Fixed issue concerning languages using characters others than [a-z,A-Z,0-9] like Chinese or Russian
1 parent afc0514 commit 3a4b718

5 files changed

Lines changed: 4109 additions & 3740 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ As you can see in the second snippet, output can be configured on alert level al
125125
Multiple options can be used for single alerts as shown below:
126126

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

172172
## Changelog
173173

174+
03/03/2019 - Fixed issue concerning languages using characters others than [a-z,A-Z,0-9] like Chinese or Russian.
175+
174176
01/19/2019 - Fixed issue when using plugin along with themeable plugin.
175177

176-
01/06/2019 - Initial Release
178+
01/06/2019 - Initial release.

0 commit comments

Comments
 (0)