Skip to content

Question about doc.go comments #121

@engmtcdrm

Description

@engmtcdrm

I'm trying to add an inline code, i.e. this, into a doc.go file for gomarkdoc to pickup, but it is escaping the backtick characters.

// `this` is an example
package applesauce

Becomes

\`this\` is an example

Instead of

`this` is an example

Is there some way to mask special characters like backtick so they aren't escaped?

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