8000 Unnecessary semicolon added to detailed citations when converting to Typst · Issue #10148 · jgm/pandoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Unnecessary semicolon added to detailed citations when converting to Typst #10148
Closed
@njericha

Description

@njericha

Converting markdown

See [@MyPaper].

See [@MyPaper, Equation 1] for details.

See [@MyPaper, Equation 1].

See [@MyPaper, Equation 1; @Other, Figure 1].

to Typst gives

See @MyPaper.

See @MyPaper[Equation 1] for details.

See @MyPaper[Equation 1];.

See @MyPaper[Equation 1];@Other[Figure 1];.

using the online tool (Pandoc 3.3). See here

Note the unnecessary semicolons in the last two examples which causes Typst to render these as
image

They should be removed like so
image

In most other cases when scripting using # expressions, you should put a semicolon to forcibly end the script https://typst.app/docs/reference/scripting/. But not with citing using @.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0