Add basic support for editing page help info

site admin should be able to point help wherever they want
This commit is contained in:
Lance Edgar 2022-12-24 14:56:12 -06:00
parent ed54092268
commit 9fe9983bf9
8 changed files with 315 additions and 28 deletions

View file

@ -112,6 +112,19 @@ header .level .theme-picker {
margin-top: 1em;
}
/******************************
* markdown
******************************/
.rendered-markdown p,
.rendered-markdown ul {
margin-bottom: 1rem;
}
.rendered-markdown .codehilite {
margin-bottom: 2rem;
}
/******************************
* fix datepicker within modals
* TODO: someday this may not be necessary? cf.