We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a60282 commit d3a62c6Copy full SHA for d3a62c6
copy_slides.sh
@@ -53,6 +53,8 @@ find "fonts" -type f | copy_to_target
53
xmlstarlet sel -N x="http://www.w3.org/1999/xhtml" -t -m "//x:textarea" -v . "${TARGET}/${FILE}" \
54
| extract_links \
55
| copy_to_target
56
+xmlstarlet sel -N x="http://www.w3.org/1999/xhtml" -t -m "//x:section/@data-background" -v . -n "${TARGET}/${FILE}" \
57
+| copy_to_target
58
xmlstarlet sel -N x="http://www.w3.org/1999/xhtml" -t -m "//x:textarea/comment()" -v . -n "${TARGET}/${FILE}" \
59
| extract_from_comments \
60
0 commit comments