Skip to content

Instantly share code, notes, and snippets.

@yunruse
Created April 28, 2025 13:53
Show Gist options
  • Save yunruse/0c55804d2487f4eef8c2133e72e0fe32 to your computer and use it in GitHub Desktop.
Save yunruse/0c55804d2487f4eef8c2133e72e0fe32 to your computer and use it in GitHub Desktop.
test of Liquid's `render` function
<qr>{{text}}</qr>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js" integrity="sha512-CNgIRecGo7nphbeZ04Sc13ka07paqdeTu0WR1IM4kNcpmBAUSHSQX0FslNhTDadL4O5SAGapGt4FodqL8My0mA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://raw.githubusercontent.com/yunruse/trmnl-tricks/refs/heads/main/QR.js"></script>
<style>
qr img {
border: 10px solid white;
display: inline;
}
qr img {
display: inline !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment