Skip to content

Commit

Permalink
fix: Make admonitions open by default
Browse files Browse the repository at this point in the history
Issue #22: #22
  • Loading branch information
pawamoy committed Apr 11, 2023
1 parent c40d166 commit 79cd153
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ log.debug("Rendering admonition") }}
<details class="{{ section.value.kind }}">
<details class="{{ section.value.kind }}" open>
<summary>{{ section.title|convert_markdown(heading_level, html_id, strip_paragraph=True) }}</summary>
{{ section.value.contents|convert_markdown(heading_level, html_id) }}
</details>

0 comments on commit 79cd153

Please sign in to comment.