Closed MrTomRod closed 3 years ago
This markdown code:
<details> <summary>Click here to expand.</summary> example code: `code` - list - list - list </details>
Should have this expandable element as a result:
It works on regular GitHub, but stopped working recently with this theme jekyll-theme-slate.
jekyll-theme-slate
Real example: my markdown file -> result
In case I change the page later, here's a screenshot of the problem:
I think this bug appeared sometimes between Sept 13 and today (Sept 16).
Sorry, I was confused. It probably has never worked.
The solution is to instruct GitHub Pages to use the same renderer as GitHub. Add this to _config.yml:
_config.yml
markdown: CommonMarkGhPages
This markdown code:
Should have this expandable element as a result:
Click here to expand.
example code: `code` - list - list - listIt works on regular GitHub, but stopped working recently with this theme
jekyll-theme-slate
.Real example: my markdown file -> result
In case I change the page later, here's a screenshot of the problem:
I think this bug appeared sometimes between Sept 13 and today (Sept 16).