Skip to content

Commit

Permalink
update 2022-12-15
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCrane committed Dec 15, 2022
1 parent fd1bd02 commit 5a02592
Show file tree
Hide file tree
Showing 6 changed files with 864 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- "2022-12-15":
- refactor: 更新了一些 index,新增了 Security、Web 两个分区
- function: 引入了心心念念的 heti,实现了四分宽混排空格以及标点挤压
- "2022-12-06 ~ 2022-12-10":
- newpage:
text: 更新了系列系统 Ⅱ 笔记
Expand Down
36 changes: 36 additions & 0 deletions docs/css/heti.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/**
* Modified from https://github.com/sivan/heti
*/

.md-typeset heti-spacing {
display: inline;
}

.md-typeset heti-spacing + sup,
.md-typeset heti-spacing + sub {
margin-inline-start: 0;
}

.md-typeset .heti-spacing {
font-size: 0.5em;
}

.md-typeset .heti-spacing-start {
margin-inline-end: 0.25em;
}

.md-typeset .heti-spacing-end {
margin-inline-start: 0.25em;
}

.md-typeset heti-adjacent {
display: inline;
}

.md-typeset .heti-adjacent-half {
margin-inline-end: -0.5em;
}

.md-typeset .heti-adjacent-quarter {
margin-inline-end: -0.25em;
}
Loading

0 comments on commit 5a02592

Please sign in to comment.