-
Notifications
You must be signed in to change notification settings - Fork 564
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
style(callout): add callout tag #323
base: canary
Are you sure you want to change the base?
Conversation
A custom tag for the Bootstrap callout style is available for material theme.
source/css/style.css
Outdated
@@ -422,6 +431,109 @@ a { | |||
border: none; | |||
} | |||
|
|||
.bs-callout { |
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.
You should add a comment just as:
/****************/
/* Callout Style */
/****************/
Good job! but our markdown style is reference Github.
|
@viosey The NexT has this style. And we can add it to the theme docs as well. |
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.
I think this is Bootstrap style ,not Material style
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.
This's a nice feature, but we need to refactor it's designing to cater to Material
.
Take your time.
Try to materialize callout style. Resolve the merge conflicts.
What kind of change does this PR introduce? (check one with "x")
Does this PR introduce a breaking change? (check one with "x")
Description
When you read the Hexo doc, you would sometimes see a blockquote with a red or yellow border, which is called
callout
. Here is it.A custom tag for the Bootstrap callout style is available for material theme.
Usage:
Examples:
BTW, I have modified the originalblockquote
style to unify theme style.Verification steps
This is the TOC: