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 0e9cfc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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
6 changes: 3 additions & 3 deletions publications/mwis2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The groups are selected based on the number of nodes in the problem instances.
More information are presented in the paper.

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

```json
{
Expand Down Expand Up @@ -139,8 +139,8 @@ 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>
<summary>Mapping of instance number to original instance name as JSON</summary>
<detail>
<summary markdown="span">Mapping of instance number to original instance name as JSON</summary>

```json
{
Expand Down

0 comments on commit 0e9cfc1

Please sign in to comment.