Skip to content
Discussion options

You must be logged in to vote

One other trick you could use would be to surround blocks of content you'd like in columns with fenced divs. For example:

:::{layout-ncol=2}

:::{.left}

Content for column 1 here

:::

:::{.right}

Content for column 2 here

:::

:::

(The class names left and right aren't meaningful, but the nested divs need to have class names on them so the start of a nested div can be distinguished from the end of a div).

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
2 replies
@dragonstyle
Comment options

Answer selected by mcanouil
@prosoitos
Comment options

Comment options

You must be logged in to vote
7 replies
@dragonstyle
Comment options

@prosoitos
Comment options

@prosoitos
Comment options

@dragonstyle
Comment options

@prosoitos
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
2 participants