Skip to content

Implement JS source maps #2

Open
@rnwst

Description

@rnwst

Source maps would greatly aid in debugging JS code included in the markdown document. Some useful resources on JS source maps:

Mapping the JS output to the markdown source would rely on finding code strings in the source document, which cannot be done unambiguously if the same string is found more than once. To do this properly one would need AST source mapping, but this isn't currently implemented for pandoc's Markdown -- see jgm/pandoc#4565.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions