2
With markdown the link in page:
* [Minha localização](#minha-localização)
points to
## Minha localização
In the title, markdown automatically inserts the id="minha-localização"
(accented), but when the code is converted to HTML the accent on the link is deleted resulting in:
* [Minha localização](#minha-localizacao) (sem acentuação)
but the accent on the title is not deleted resulting in link break.
Do you know the solution? If yes, please indicate.
Converted where, on Github, or some software? Give details, there are many "compilers" of Markdown, can be a bug can be lack of software update, can be anything, only you giving the necessary details we can deduce something.
– Guilherme Nascimento
@Guiherme Nascimento - Yes the conversion is on Github
– Maurício Samy Silva
Could provide an example of a page of yours from github that this occurred?
– Guilherme Nascimento
Rendering: https://maujor.github.io/railsgirlsguides/install ---------------- Markdow: https://raw.githubrcontent.com/Maujor/railsgirlsguides/master/_posts/2013-05-02-install.markdown
– Maurício Samy Silva
Ready Mauricio, I took advantage and edited your question
– Guilherme Nascimento
I’m running some tests on my github, if I can find out I’ll let you know.
– Guilherme Nascimento
@Guilherme Nascimento and to whom interested can: "I saved" the markdown file with character encoding Uff-8 and solved. See the result in: https://railsgirlsmaceio.github.io/install
– Maurício Samy Silva
I figured it was this, probably a BUG or limitation even of github-pages. + 1 for question and comment.
– Guilherme Nascimento