-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Following up on #323, I don't love the oranda-hide class solution (breaks the readme's HTML structure, adds noise to the README.md which people might read in their editors). This can be done via custom CSS instead, but I think even better solution would be a config in oranda.json, since it's such a common problem.
CSS solution:
main > h1:first-of-type {
display: none;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels