markdown lists layout #12

Closed
opened 2023-07-29 17:51:08 +02:00 by liske · 2 comments
liske commented 2023-07-29 17:51:08 +02:00 (Migrated from github.com)

Markdown lists (i.e. Peering & Joining Policy) look broken. It seems to be triggered by an unnecessary paragraph element inside the list items (the first two list items in Requirements where manually stripped from the <p> within the browser) :

image

Update

It seems to be triggered by the empty line(s) after the list:

  • a single empty line (in ## Responsibilities and Guarantees) will not break the list but the paragraph after the list does not have the required spacing to the list
  • using two empty lines will fix the spacing but break the list (additional <p> elements)
Markdown lists (i.e. Peering & Joining Policy) look broken. It seems to be triggered by an unnecessary paragraph element inside the list items (the first two list items in Requirements where manually stripped from the `<p>` within the browser) : ![image](https://github.com/dd-ix/presence/assets/372458/03ab79f9-cedc-4c6b-9a6d-eb8bb96e0fea) ## Update It seems to be triggered by the empty line(s) after the list: - a single empty line (in `## Responsibilities and Guarantees`) will **not** break the list but the paragraph after the list does not have the required spacing to the list - using two empty lines will fix the spacing but break the list (additional `<p>` elements)
liske commented 2023-08-02 21:30:01 +02:00 (Migrated from github.com)

fixed in HEAD

fixed in HEAD
MarcelCoding commented 2023-08-02 21:33:56 +02:00 (Migrated from github.com)

not really fixed, just because of your workaround (github.com/dd-ix/website-content@bae977b367) in the markdown files - it's a problem with the Markdown parser in foundation

not really fixed, just because of your workaround (https://github.com/dd-ix/website-content/commit/bae977b367bbf7928e8458139710c14e0b37dbe6) in the markdown files - it's a problem with the Markdown parser in foundation
Sign in to join this conversation.
No description provided.