Change qr code item function input to take a string :3 #4
|
@ -56,13 +56,13 @@
|
||||||
#import "@preview/cades:0.3.0": qr-code
|
#import "@preview/cades:0.3.0": qr-code
|
||||||
|
|
||||||
#let item(itemslug) = [
|
#let item(itemslug) = [
|
||||||
#qr-code("https://wiki.hamburg.ccc.de/item:#itemslug")
|
#qr-code("https://wiki.hamburg.ccc.de/item:" + itemslug)
|
||||||
#text(8pt)[wiki.hamburg.ccc.de/item:#itemslug]
|
#text(8pt)[wiki.hamburg.ccc.de/item:#itemslug]
|
||||||
]
|
]
|
||||||
|
|
||||||
== Prusa i3 MK3S
|
== Prusa i3 MK3S
|
||||||
|
|
||||||
#item[prusa-i3]
|
#item("prusa-i3")
|
||||||
|
|
||||||
=== Usage
|
=== Usage
|
||||||
//Introduction required
|
//Introduction required
|
||||||
|
|
Loading…
Reference in a new issue