mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
Compare commits
4 Commits
v0.0.0-202
...
v0.0.0-202
Author | SHA1 | Date | |
---|---|---|---|
58d893bc24
|
|||
e13c83de24
|
|||
3ddc662741
|
|||
17c8caaa11
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -23,10 +23,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
# Step IV
|
# Step III
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
# Step V
|
# Step IV
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
# Test Build
|
# Test Build
|
||||||
@ -35,8 +35,8 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [ 16, 18, latest ]
|
node-version: [16, 18, latest]
|
||||||
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
# Step I
|
# Step I
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
<h1 align="center">x-markdown-css</h1>
|
<h1 align="center">x-markdown-css</h1>
|
||||||
|
|
||||||
<center>
|
<p align="center">
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/x-markdown-css)
|
[](https://www.npmjs.com/package/x-markdown-css)
|
||||||
[](https://github.com/kuohuanhuan/x-markdown-css/blob/master/package.json)
|
[](https://github.com/kuohuanhuan/x-markdown-css/blob/master/package.json)
|
||||||
[](https://github.com/kuohuanhuan/x-markdown-css/blob/master/LICENSE)
|
[](https://github.com/kuohuanhuan/x-markdown-css/blob/master/LICENSE)
|
||||||
|
|
||||||
</center>
|
</p>
|
||||||
|
|
||||||
> A simple and customizable Markdown CSS for everyone.
|
> A simple and customizable Markdown CSS for everyone.
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "x-markdown-css",
|
"name": "x-markdown-css",
|
||||||
"version": "0.0.0-20230301.7",
|
"version": "0.0.0-20230302.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "x-markdown-css",
|
"name": "x-markdown-css",
|
||||||
"version": "0.0.0-20230301.7",
|
"version": "0.0.0-20230302.1",
|
||||||
"description": "A simple and customizable Markdown CSS for everyone.",
|
"description": "A simple and customizable Markdown CSS for everyone.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"markdown",
|
"markdown",
|
||||||
|
@ -3,7 +3,8 @@ code {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-family: var(--xm-font-mono);
|
font-family: var(--xm-font-mono);
|
||||||
color: var(--xm-c-dark);
|
color: var(--xm-c-dark);
|
||||||
&::before, &::after {
|
&::before,
|
||||||
|
&::after {
|
||||||
content: '`';
|
content: '`';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -26,9 +27,7 @@ pre {
|
|||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
&::before {
|
&::before,
|
||||||
content: none;
|
|
||||||
}
|
|
||||||
&::after {
|
&::after {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user