-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add admonitions feature to blog/docs #3371
Conversation
* add component and insert test into latest blog post
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* add rounded corners and took off border
* move admonition to gatsby-theme-iterative-docs
Ok, looks like all discussions have been resolved (let me know if I missed something!) and the component has been added to both blog and docs. Type options:
Icon options: Are we good to merge? If so, I'll take off the test code and make this pr "ready for review" |
plugins/gatsby-theme-iterative-docs/src/components/Documentation/Markdown/Admonition/index.tsx
Outdated
Show resolved
Hide resolved
Going to go ahead and take off tests! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff!
code:
output:
Fixes #3153