feat: format references with custom shortcode

Uses hanging indent for a References section.
This commit is contained in:
welpo
2023-02-25 02:00:42 +01:00
parent c2d9107cd3
commit 4e4021da5d
3 changed files with 35 additions and 0 deletions

View File

@@ -149,3 +149,8 @@ table tbody tr:nth-child(even) {
display: inline;
}
}
.references p {
text-indent: -2.4rem;
margin-left: 2.4rem;
}