Skip to content

Commit

Permalink
style(prettier): format
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Mar 6, 2024
1 parent 6130511 commit 1d7853b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ If you want to change the color of the admonitions, you can do so by adding the

```css
:root {
--gfm-blockquote-admonitions-note: #2f81f7;
--gfm-blockquote-admonitions-tip: #3fb950;
--gfm-blockquote-admonitions-important: #a371f7;
--gfm-blockquote-admonitions-warning: #d29922;
--gfm-blockquote-admonitions-caution: #f85149;
--gfm-alert-note: #2f81f7;
--gfm-alert-tip: #3fb950;
--gfm-alert-important: #a371f7;
--gfm-alert-warning: #d29922;
--gfm-alert-caution: #f85149;
}
```

Expand All @@ -65,17 +65,17 @@ If you find a bug, you can also submit it to me by opening an [issue on Github](

### v1.2.0 - New types

- Added support for `TIP` and `CAUTION` admonitions.
- Added support for `TIP` and `CAUTION` admonitions.

### v1.1.0 - Theme support

- Admonitions adjust their color based on the currently activated theme. (Thanks [@fus1ondev](https://github.com/fus1ondev))
- Admonitions adjust their color based on the currently activated theme. (Thanks [@fus1ondev](https://github.com/fus1ondev))

### v1.0.0 - Initial release

- Render admonitions in preview mode - [GitHub beta blockquote-based admonitions](https://github.com/orgs/community/discussions/16925)
- Render admonitions in preview mode - [GitHub beta blockquote-based admonitions](https://github.com/orgs/community/discussions/16925)

## Acknowledgements

- Remark Plugin based on [remark-github-beta-blockquote-admonitions](https://github.com/myl7/remark-github-beta-blockquote-admonitions/) - [see](./src/remark-gfm-blockquote-admonitions/README.md) (Apache-2.0 License)
- [primer/octicons](https://github.com/primer/octicons) (MIT License)
- Remark Plugin based on [remark-github-beta-blockquote-admonitions](https://github.com/myl7/remark-github-beta-blockquote-admonitions/) - [see](./src/remark-gfm-blockquote-admonitions/README.md) (Apache-2.0 License)
- [primer/octicons](https://github.com/primer/octicons) (MIT License)
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { defineConfig } from 'vite'

export default defineConfig({
resolve: {
conditions: ['node'],
},
conditions: ['node']
}
})

0 comments on commit 1d7853b

Please sign in to comment.