fix: MAN format — remove div markdown=1, use clean Markdown in details
This commit is contained in:
@@ -43,11 +43,15 @@
|
||||
padding-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
.md-typeset .man-content {
|
||||
.md-typeset details.man-content {
|
||||
font-size: 0.78rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.md-typeset details.man-content[open] {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
/* Resource title + tabs: compact */
|
||||
.md-typeset .md-content__inner > h1:first-child {
|
||||
font-size: 0.77rem;
|
||||
|
||||
Reference in New Issue
Block a user