Implement markdown emoji, youtube, clipboard
This commit is contained in:
parent
5e72b472e6
commit
e923d1b2fe
12 changed files with 381 additions and 27 deletions
|
@ -4129,17 +4129,20 @@ html .md-typeset .footnote-ref{
|
|||
.md-typeset :-webkit-any(.emojione,.twemoji,.gemoji){
|
||||
display:inline-flex;
|
||||
height:1.125em;
|
||||
vertical-align:text-top
|
||||
vertical-align:text-top;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.md-typeset :-moz-any(.emojione,.twemoji,.gemoji){
|
||||
display:inline-flex;
|
||||
height:1.125em;
|
||||
vertical-align:text-top
|
||||
vertical-align:text-top;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.md-typeset :is(.emojione,.twemoji,.gemoji){
|
||||
display:inline-flex;
|
||||
height:1.125em;
|
||||
vertical-align:text-top
|
||||
vertical-align:text-top;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.md-typeset :-webkit-any(.emojione,.twemoji,.gemoji) svg{
|
||||
fill:currentcolor;
|
||||
|
@ -4149,12 +4152,14 @@ html .md-typeset .footnote-ref{
|
|||
.md-typeset :-moz-any(.emojione,.twemoji,.gemoji) svg{
|
||||
fill:currentcolor;
|
||||
max-height:100%;
|
||||
width:1.125em
|
||||
width:1.125em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.md-typeset :is(.emojione,.twemoji,.gemoji) svg{
|
||||
fill:currentcolor;
|
||||
max-height:100%;
|
||||
width:1.125em
|
||||
width:1.125em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.highlight :-webkit-any(.o,.ow){
|
||||
color:var(--md-code-hl-operator-color)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue