Skip to content

Commit

Permalink
Increased package version and updated changelog and Readme.md to refl…
Browse files Browse the repository at this point in the history
…ect latest update.
  • Loading branch information
fzankl committed Apr 14, 2019
1 parent d9db439 commit 7573efe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,26 @@ In Markdown just use the alert according to the types provided by default.

![Custom alert type 'comment'](https://user-images.githubusercontent.com/44210522/50722960-6f21a600-10d7-11e9-87e7-d40d87045afe.png)

Instead of configuring this plugin using key `flexible-alerts` you can use camel case notation `flexibleAlerts` as well.

```javascript
<script>
window.$docsify = {
'flexibleAlerts': {
style: 'flat'
}
};
</script>
```

## Troubleshooting

If alerts do no look as expected, check if your `index.html` as well as alerts in Markdown are valid according to this documentation.

## Changelog

04/14/2019 - Added camel case support for plugin configuration key.

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.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsify-plugin-flexible-alerts",
"version": "1.0.2",
"version": "1.0.3",
"description": "docsify plugin to convert blockquotes into beautiful and configurable alerts using preconfigured or own styles and alert types.",
"keywords": [
"docsify",
Expand Down

0 comments on commit 7573efe

Please sign in to comment.