dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: parsing wikilinks that have codeblock anchors, scroll to anchor
Jacky Zhao
2023-06-20
24348b24a94c5f9ca285642b751e6798b92eedd9
[scapegoat/Docs2.git]
/
quartz
/
components
/
Spacer.tsx
1
2
3
4
5
6
7
import { QuartzComponentConstructor } from "./types"
function Spacer() {
return <div class="spacer"></div>
}
export default (() => Spacer) satisfies QuartzComponentConstructor