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
I tried to nail down the issue but the rules to generate the HTML seem a bit more complex than I anticipated. I used the markdown:
After working through "Getting started with Lagom", follow the path that make the most sense to you:
* single item list (uses smaller font, padding underneath comes from ul-tag):
A separator paragraph, lorem ipsum. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
* single item list with nested list (uses smaller font and no padding:
* asdf
* asdf
* asdf
A separator paragraph, lorem ipsum. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
* first item of a list with nested list (uses bigger font and padding, ¿both from p-tag?):
* [[Import an existing Maven project into Eclipse|EclipseMavenInt]]
* [[Create a new Eclipse project using the Lagom Maven archetype|EclipseMavenNew]]
* [[Import an existing sbt build into Eclipse|EclipseSbt]]
* second item of a list with nested list (uses bigger font and padding, ¿both from p-tag?):
* [[Import an existing Maven project into Intellij|intellijMaven]]
* [[Import an existing sbt build into Intellij|IntellijSbtJava]]
* last item of a list (uses bigger font, why?)
Which creates the page:
The text was updated successfully, but these errors were encountered:
As mentioned in https://github.com/lagom/lagom/pull/516/files#r102375824 there's certain situations in which list items will use the wrong padding.
I tried to nail down the issue but the rules to generate the HTML seem a bit more complex than I anticipated. I used the markdown:
Which creates the page:
The text was updated successfully, but these errors were encountered: