Skip to content

Commit

Permalink
updates edit code marker, resolving crossplane#370
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Lumbis <pete@upbound.io>
  • Loading branch information
plumbis committed May 15, 2023
1 parent a45b612 commit 5fd1bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/geekboot/layouts/shortcodes/editCode.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ replaceRE `\$\$(.*)\$\$` "<span class=\"pe-2 editable\" data-default=\"$1\" contentEditable=\"true\"></span><svg class=\"bi text-white\" width=\"1em\" height=\"1em\"><use xlink:href=\"#pencil-square\"/></svg>" (.Inner | markdownify) | safeHTML }}
{{ replaceRE `\$\@(.*)\$\@` "<span class=\"pe-2 editable\" data-default=\"$1\" contentEditable=\"true\"></span><svg class=\"bi text-white\" width=\"1em\" height=\"1em\"><use xlink:href=\"#pencil-square\"/></svg>" (.Inner | markdownify) | safeHTML }}

0 comments on commit 5fd1bf3

Please sign in to comment.