-
Notifications
You must be signed in to change notification settings - Fork 408
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
New breadcrumbs #1590
New breadcrumbs #1590
Conversation
b70d848
to
d2f06dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the one comment, looks good
@@ -99,8 +99,7 @@ open class HtmlRenderer( | |||
node.hasStyle(TextStyle.Span) -> span() { childrenCallback() } | |||
node.dci.kind == ContentKind.Symbol -> div("symbol $additionalClasses") { childrenCallback() } | |||
node.dci.kind == ContentKind.BriefComment -> div("brief $additionalClasses") { childrenCallback() } | |||
node.dci.kind == ContentKind.Cover -> div("cover $additionalClasses") { | |||
filterButtons(pageContext) | |||
node.dci.kind == ContentKind.Cover -> div("cover $additionalClasses") { //TODO this can be removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it can, then remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now it is needed as it appends the cover
class. I'll fix that in a following PR with refactored HtmlRenderer
78d7811
to
47b8f5d
Compare
47b8f5d
to
f133b4e
Compare
8da7b53
to
788ef8e
Compare
No description provided.