squidfunk / mkdocs-material

Documentation that simply works
https://squidfunk.github.io/mkdocs-material/
MIT License
21.02k stars 3.55k forks source link

Insert image comes with some wired symbol  #268

Closed bkbncn closed 7 years ago

bkbncn commented 7 years ago

Description

I want to Insert image, but it comes with some wired symbol  before every image.

Package versions

Project configuration


# Extensions
markdown_extensions:
  - admonition
  - toc(permalink=true)
  - pymdownx.mark
  - pymdownx.arithmatex

# Page tree
pages:
    - WaveView by Synopsys: wv.md

wv.md image part

open simulation file by click the button of `Import Waveform File`

![wv1](images/wv1.png)

then click **OK** 

![wv2](images/wv2.png)

I don`t know this is issue form theme or mkdocs, thanks for help.

facelessuser commented 7 years ago

This is an issue with your raw Markdown source, not MkDocs, and not MkDocs material. I copied your raw Markdown source from this thread into my editor, and this is what I see:

screenshot 2017-04-08 18 03 11

Notice the strange character after Import Waveform File. Your editor is probably hiding it which is why you thought everything was fine on your side.

bkbncn commented 7 years ago

@facelessuser It is fixed, thanks. I'm porting some old webpages to a new site, those lines are copied, that`s the reason. Thanks Mkdocs, Mkdocs material and all you guys, make my life a lot easier. BTW, what editor and color are you using?