-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1590 from JuliaDocs/mp/v0.27.0
Set version to 0.27.0
- Loading branch information
Showing
9 changed files
with
131 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,66 @@ | ||
/* | ||
/*! | ||
Theme: Default | ||
Description: Original highlight.js style | ||
Author: (c) Ivan Sagalaev <[email protected]> | ||
Maintainer: @highlightjs/core-team | ||
Website: https://highlightjs.org/ | ||
License: see project LICENSE | ||
Touched: 2021 | ||
*/ | ||
|
||
Original highlight.js style (c) Ivan Sagalaev <[email protected]> | ||
/* | ||
This is left on purpose making default.css the single file that can be lifted | ||
as-is from the repository directly without the need for a build step | ||
Typically this "required" baseline CSS is added by `makestuff.js` during build. | ||
*/ | ||
|
||
.hljs { | ||
pre code.hljs { | ||
display: block; | ||
overflow-x: auto; | ||
padding: 0.5em; | ||
background: #F0F0F0; | ||
padding: 1em; | ||
} | ||
|
||
code.hljs { | ||
padding: 3px 5px; | ||
} | ||
/* end baseline CSS */ | ||
|
||
.hljs { | ||
background: #F0F0F0; | ||
color: #444; | ||
} | ||
|
||
/* Base color: saturation 0; */ | ||
|
||
.hljs, | ||
.hljs-subst { | ||
color: #444; | ||
/* default */ | ||
} | ||
|
||
/* purposely ignored */ | ||
.hljs-formula, | ||
.hljs-attr, | ||
.hljs-property, | ||
.hljs-params {} | ||
|
||
.hljs-comment { | ||
color: #888888; | ||
} | ||
.hljs-tag, | ||
.hljs-punctuation { | ||
color: #444a; | ||
} | ||
|
||
.hljs-tag .hljs-name, | ||
.hljs-tag .hljs-attr { | ||
color: #444; | ||
} | ||
|
||
|
||
.hljs-keyword, | ||
.hljs-attribute, | ||
.hljs-selector-tag, | ||
.hljs-meta-keyword, | ||
.hljs-meta .hljs-keyword, | ||
|
||
.hljs-doctag, | ||
.hljs-name { | ||
font-weight: bold; | ||
|
@@ -58,11 +92,11 @@ Original highlight.js style (c) Ivan Sagalaev <[email protected]> | |
.hljs-template-variable, | ||
.hljs-link, | ||
.hljs-selector-attr, | ||
.hljs-operator, | ||
.hljs-selector-pseudo { | ||
color: #BC6060; | ||
} | ||
|
||
|
||
/* Language color: hue: 90; */ | ||
|
||
.hljs-literal { | ||
|
@@ -83,7 +117,7 @@ Original highlight.js style (c) Ivan Sagalaev <[email protected]> | |
color: #1f7199; | ||
} | ||
|
||
.hljs-meta-string { | ||
.hljs-meta .hljs-string { | ||
color: #4d99bf; | ||
} | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
cf9e4a2
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.
@JuliaRegistrator register
Release notes:
A release various enhancements and bugfixes. The changes are documented in the
CHANGELOG.md
file.cf9e4a2
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.
Registration pull request created: JuliaRegistries/General/38612
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: