pymc-devs / pymc-data-umbrella

Website: Data Umbrella & PyMC open source sessions
https://pymc-data-umbrella.xyz/en/latest/
MIT License
26 stars 38 forks source link

some fixes #87

Closed OriolAbril closed 2 years ago

OriolAbril commented 2 years ago

@reshamas https://github.com/pymc-devs/pymc-data-umbrella/pull/87#discussion_r901122807 does not delete the closing colon fence (:::) of the dropdown directive it deletes. Now everything below that is interpreted as code: https://pymc-data-umbrella--87.org.readthedocs.build/en/87/2022-07_sprint/schedule.html

reshamas commented 2 years ago

@OriolAbril Ok, I will submit another PR to fix this.

OriolAbril commented 2 years ago

Directives can be defined using backtick ``` or colon ::: fences and need to be opened and closed.

They can be nested like one would do in markdown code blocks by adding more elements to the more external fences and both closing and opening fences must have the same number of elements in the fence. Issues with non-pairing of fences (either backticks or colon ones) end up with rendering like that or empty code cells lying around.