Skip to content

Div breaks continued list #10924

Answered by mcanouil
finkelshtein asked this question in Q&A
Sep 29, 2024 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

There is no bug.
You did not align the sub-elements as documented (see second example in https://quarto.org/docs/authoring/markdown-basics.html#lists).

Since you are using empty lines, it means you want a list that is not "compact".
Aligned, means aligned, i.e.:

---
title: "test"
format: html
---

* We can see then

  ::: {.divname}

  $$
    a+b=c
  $$

  :::

  as requested.

* Consider now...

In the future, please open a GitHub Discussion rather than a GitHub Issue. (I "converted" it to one)

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@finkelshtein
Comment options

@finkelshtein
Comment options

@mcanouil
Comment options

@finkelshtein
Comment options

@mcanouil
Comment options

Answer selected by mcanouil
Comment options

You must be logged in to vote
1 reply
@cscheid
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #10921 on September 29, 2024 21:59.