8000 Broken typefaces in generated markdown due to spaces at the beginning/end · Issue #9445 · jgm/pandoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Broken typefaces in generated markdown due to spaces at the beginning/end #9445
Closed
@wsakernel

Description

@wsakernel

When converting from man to gfm, the roff snippet \fB--c \fI<file> produces the markdown snippet **--c ***\<file\>*. This will not work when adding it to a Github wiki because the space character after 'c' is not proper markdown according to my research. The asterisks closing boldface should be attached to the letter 'c', so it should be **--c** *\<file\>*. Note that the space is now after the asterisks closing boldface. I confirmed this also happens with "Try pandoc". The same problem exists with a space after the opening boldface as in \fB --c \fI<file> which will generate ** --c ***\<file\>*.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0