Lists: Allow other blocks in list items #1196
mariadb-stefan-hinz
started this conversation in
Feature Requests
Replies: 1 comment
-
|
+1 on this request. I would love to be able to more easily have list items contain multiple paragraphs (right now I have to do multiple line breaks, and the spacing is off), small tables, or images. Code blocks and hints would also be great. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In ordered or unordered lists, you can include blocks like code blocks or hints. AFAIK, this cannot be done in the GitBook app, so you must revert to an editor like VS Code to accomplish it.
To include a block, just indent the complete block (2 spaces by default), like this:
{% endcode %}
{% hint style="info" %}
--helpor--versiontake precedence. If used with this option, the configuration check is not performed.{% endhint %}
Beta Was this translation helpful? Give feedback.
All reactions