You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On writing the latest blog I noticed a number of constraints that our template has with formatting. I think it's fine, but just noting here so everyone is aware when writing so that they don't have to re-format when looking to push.
The format doesn't support nested bullets
Bullets cannot extend past 2 lines of text
You cannot bold text
The text was updated successfully, but these errors were encountered:
The format doesn't support nested bullets
I created css styles to support one layer of nested bullets. Let me know if it's necessary to extend that further.
Bullets cannot extend past 2 lines of text
I couldn't reproduce this or I am not understanding the issue. I was able to create a paragraph of text within a bullet that was more than two lines of text. Can you show me an example/screenshot?
You cannot bold text
I created css styles to support bolded text.
I will link a pull request/branch soon, but would appreciate clarification on 2. in the meantime!
For question 2, I think what @djfnd means is that the indentation of the list element including bullet is not aligned and handled correctly. Made a quick visual example:
Current blog formatting:
How Notion is handling bullet lists:
The Notion style example is more readable, especially for lists with multiple list items, so that would be preferable.
On writing the latest blog I noticed a number of constraints that our template has with formatting. I think it's fine, but just noting here so everyone is aware when writing so that they don't have to re-format when looking to push.
The text was updated successfully, but these errors were encountered: