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
Hi @grmbyrn, for the time being, I'm hiding subitems in the TableOfContents because there was not indentation. I stared using <h3> for the new level. We have to implement this option to show second-level items correctly in the table of contents and the text (using different font sizes).
Current:
Expected:
The text was updated successfully, but these errors were encountered:
36e1da4 fix favicon issue (Graeme Byrne)
1ce0e97 fix issues (Graeme Byrne)
Pull request description:
[Invalid URL: /undefined #5](#5)
[Missing elements in the new design for blog posts #10](#10)
[Remove # prefix from table of contents items #33](#33)
[Missing paragraph separator in About page #34](#34)
[Ask designer how to implement different types of callouts components #35](#35)
[Blog post card size is not the same as in the design (full width) #39](#39)
[Ask the designer how to implement a link inside a key feature card #42](#42)
[Ask the designer how body content should look for wide screens #46](#46)
[Homepage hero element is not like the design #51](#51)
[Blog post footer navigation doesn't change the main image #53](#53)
[Enable second level of indentation in TableOfContents section #58](#58)
[Update the favicons #61](#61)
[First card in key features is not shown #62](#62)
ACKs for top commit:
josecelano:
ACK 36e1da4
Tree-SHA512: 3a3665dcbb1a67b34f11ebef3ad7c801203a126219634eeb524c1739268678f3ca17d185e593e4a8e45b958e20d257e5bacb47967a616785c7d72d96cdb41609
ebca183 fix github issues (Graeme Byrne)
Pull request description:
* In order to prevent long URLs in links and list items from overflowing the page, add :
```
word-wrap: break-word;
word-break: break-all;
overflow-wrap: break-word;
white-space: normal;
```
* Remove `word-break: break-all;` from links and list items which don't require it.
* [Highlight ToC #81](#81)
* [Build error: TypeError: Cannot read properties of undefined (reading 'relatedPosts') #80](#80)
* [Ask the designer how to implement a link inside a key feature card #42](#42)
* [Enable second level of indentation in TableOfContents section #58](#58)
* [v1 error page in v2 #71](#71)
* [Fake links in homepage #84](#84)
ACKs for top commit:
josecelano:
ACK ebca183
Tree-SHA512: 6536a66c42e4876ab6b5aebf7f68405441420eee2b87ff1887ffcbd2a09ac7ed1e588e563075476a2b51f4abe4b046e4947959e0c9f408de99b9057d5aa14f74
Hi @grmbyrn, for the time being, I'm hiding subitems in the
TableOfContents
because there was not indentation. I stared using<h3>
for the new level. We have to implement this option to show second-level items correctly in the table of contents and the text (using different font sizes).Current:
Expected:
The text was updated successfully, but these errors were encountered: