Support Admonition Blocks and Tabsets? #2353
BrooklinJazz
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I am ok with admonition, as it is mostly styling. Tabsets require post-processing of the rendered HTML, so I am not sure how affordable it is. @jonatanklosko, do you have thoughts? |
Beta Was this translation helpful? Give feedback.
2 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.
-
ExDoc supports admonition blocks: https://hexdocs.pm/ex_doc/readme.html#admonition-blocks and tabsets: https://hexdocs.pm/ex_doc/readme.html#tabsets, but Livebook doesn't.
Currently, I build custom HTML elements in the LV markdown or something with Kino if I need to do something like this, but these only sometimes work in ExDoc documentation.
Supporting this directly in Livebook would allow docs/guides to be seamless between both HexDocs and Livebook.
Is the Livebook team open to a PR on this? I won't have the bandwidth for a while, but if I know the team is open to it, I can contribute a PR (Or someone else is welcome to beat me to it!).
Beta Was this translation helpful? Give feedback.
All reactions