Skip to content

Commit

Permalink
Fix markdown inside <details> blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrsnau committed Aug 6, 2024
1 parent 0036706 commit 64cea5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
# See <https://github.com/jekyll/jekyll/issues/9297#issuecomment-2137865682>
# for why we use kramdown.
markdown: kramdown
kramdown:
parse_block_html: true
4 changes: 2 additions & 2 deletions publications/mwis2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ In the paper we subdivide the large and relatively diverse collection of AVR dat
The groups are selected based on the number of nodes in the problem instances.
More information are presented in the paper.

<details>
<details markdown="span">
<summary>Group mapping in JSON format</summary>

```json
Expand Down Expand Up @@ -139,7 +139,7 @@ The AVR problem instances have been original obtained from the [Amazon MWIS VR D
The problem instances have been used as is.
We converted the text file representation into our JSON clique graph format as well as into the Metis edge graph format.

<details>
<detail markdown="span">
<summary>Mapping of instance number to original instance name as JSON</summary>

```json
Expand Down

0 comments on commit 64cea5b

Please sign in to comment.