Skip to content

How to reference an entire markdown cell or collection of content instead of just the first paragraph #1821

Answered by agoose77
atharvaaalok asked this question in Q&A
Discussion options

You must be logged in to vote

When you write something like

We see an exciting improvement! Injective Networks with `PReLU` do much better. This gives us the
following insight:
:::{card}
Injective Networks are **parameter deficient**.

Adding parameters gives them much more representation power.
:::

what MyST sees is the following syntax tree:

type: root
children:
  - type: block
    children:
      - type: paragraph
        children:
          - type: text
            value: 'We see an exciting improvement! Injective Networks with '
          - type: inlineCode
            value: PReLU
          - type: text
            value: |2-
               do much better. This gives us the
              following insight:
      - 

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by choldgraf
Comment options

You must be logged in to vote
0 replies
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 #1820 on January 27, 2025 17:23.