-
Notifications
You must be signed in to change notification settings - Fork 24
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
bold text in headline #78
Comments
This seems to be an issue with the CSS. On .firn-headline-text {
display: flex;
flex: 1;
align-items: center;
} A quick peek at the git blame for that file suggests that aa5f757 (from PR #26) added this styling, presumably to help with vertical alignment of tags in headlines. |
Thanks for the info. Removing that line from the CSS fixes the display on my site: That said, I don't notice any detectable difference to vertical display of tags based on turning I do think it would look nicer if the tags were aligned with the top of the headline, but I don't know how to make that happen. |
This was causing issues with sub-children in headings being mashed together. See #78.
This was causing issues with sub-children in headings being mashed together. See #78.
This example:
**** Getting the shared *Zettlekasten* / OR working!
Exports to:
With the result that the space between "shared" and "Zettlekasten" goes away.
The text was updated successfully, but these errors were encountered: