Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Try removing stringify for details
Browse files Browse the repository at this point in the history
  • Loading branch information
nacnudus committed Nov 8, 2019
1 parent 70a03d3 commit fb23859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/rmarkdown/resources/govuk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ return {
'<details class="govuk-details" data-module="govuk-details">' ..
'<summary class="govuk-details__summary">' ..
'<span class="govuk-details__summary-text">'..
pandoc.utils.stringify(el.attributes["summary"]) ..
el.attributes["summary"] ..
'</span>'..
'</summary>' ..
'<div class="govuk-details__text">'
Expand Down

0 comments on commit fb23859

Please sign in to comment.