jskherman / imprecv

A no-frills curriculum vitae (CV) template using Typst and YAML to version control CV data.
Apache License 2.0
319 stars 38 forks source link

Escape Sequence Issue #17

Closed Aparaxium closed 7 months ago

Aparaxium commented 7 months ago

When including a character like # in a section that is evaluated as markdown, like a projects highlight section, you receive:

error: expected expression
    ┌─ cv.typ/cv.typ:248:28
    │
248 │                     - #eval(hi, mode: "markup")

Trying to escape sequence the character with '\' results in:

unknown escape sequence:
    ./resume.cue:81:11
error: Recipe `compile` failed on line 4 with exit code 1
Aparaxium commented 7 months ago

This was actually related to another tool in my pipeline, oops!