-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide MARK:- #857
Comments
Nope, it's a feature that they're carried through. You could try hiding them via CSS - the edit: or take a copy of whichever theme you are using and edit that as you please, eg. taking out these parts. |
A way to hide obsolete MARKs would be great. Example:
Now, both MARKs would show even though the second one quite obviously marks nothing. Proposal: drop MARKs which are not followed by an actual documented symbol, but by EOF or another MARK. Maybe this can be worked around with using CSS as well, but it sure is not immediate. |
Never mind, apparently Jazzy already does what I propose. :'D |
I managed to hide the marks by adding my own css file and hiding them. Ugly but worked. I used this in my CSS:
And then added this to my jazzy command:
Note that I had to add it twice using two different URLs. This solves the issue where CSS files are reference both in the root of the documentation and in subdirectories. If there is a better way of handling this, I'd like to know. |
Is it possible to stop Jazzy from adding any
MARK:-
as subtitles in the generated html?I used them quite extensively to help organise my methods, but I don't want them in the generated documentation.
The text was updated successfully, but these errors were encountered: