Skip to content

Commit 04d0659

Browse files
committed
add qr code to html assets
1 parent dfdf8b8 commit 04d0659

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pretext/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"datafile",
2929
"myopenmath",
3030
"dynamic-subs",
31+
"qrcode",
3132
],
3233
"pdf": [
3334
"webwork",
@@ -152,7 +153,7 @@
152153
"codelens": ".//program[@interactive = 'codelens']",
153154
"datafile": ".//datafile",
154155
"interactive": ".//interactive",
155-
"qrcode": ".//audio[@source|@href]|.//video[@source|@href|@youtube|@youtubeplaylist|@vimeo]|.//interactive",
156+
"qrcode": ".//audio[@source|@href]|.//video[@source|@href|@youtube|@youtubeplaylist|@vimeo]|.//interactive|.//program[@interactive]",
156157
"mermaid": ".//mermaid",
157158
"myopenmath": ".//myopenmath",
158159
"dynamic-subs": ".//statement[.//fillin and ancestor::exercise/evaluation]",

0 commit comments

Comments
 (0)