feat: note transclusion (#475)

* basic transclude

* feat: note transclusion
This commit is contained in:
Jacky Zhao
2023-09-13 11:28:53 -07:00
committed by GitHub
parent 4461748a85
commit cce389c81d
8 changed files with 91 additions and 16 deletions

View File

@ -470,3 +470,9 @@ ol.overflow {
background: linear-gradient(transparent 0px, var(--light));
}
}
.transclude {
ul {
padding-left: 1rem;
}
}