Skip to content

Fix bug at UTF-8 space at "%20" #45

Open
morteerror404 wants to merge 3 commits into
imfly:masterfrom
morteerror404:master
Open

Fix bug at UTF-8 space at "%20" #45
morteerror404 wants to merge 3 commits into
imfly:masterfrom
morteerror404:master

Conversation

@morteerror404

Copy link
Copy Markdown

Bug details:

Everything alright? I hope you're well.
I used your tool, which is very good, by the way.
But I had some problems; for some reason, this "%20" appeared at the beginning of some files, and after some testing I discovered that we don't need it, just a "<" at the beginning and ">" at the end of path.

My result run a test:

# Meu Livro de Teste

- Test
  - Books
    - [Basic](<test/books/basic/README.md>)
      - Test
        * [Tt](<test/books/basic/test/tt.md>)
    - [Config Json](<test/books/config-json/README.md>)
      - [First](<test/books/config-json/first/README.md>)
        * [Hello](<test/books/config-json/first/hello.md>)
      - Second
        * [Tt](<test/books/config-json/second/tt.md>)
  - Html 2 Md
    * [Test](<test/html2md/test.md>)
  - Language
    * [Test](<test/language/test.md>)

Result:

* [Arquitetura de Hardware](<0 - CONCEITOS/1 - Arquitetura de Hardware/README.md>)
  * [Arquiteturas de Processadores](<0 - CONCEITOS/1 - Arquitetura de Hardware/Arquiteturas de Processadores/README.md>)
    * [ARM](<0 - CONCEITOS/1 - Arquitetura de Hardware/Arquiteturas de Processadores/ARM.md>)
    * [CISC](<0 - CONCEITOS/1 - Arquitetura de Hardware/Arquiteturas de Processadores/CISC.md>)

Before:

  - [1 Arquitetura De Hardware](0%20- CONCEITOS/1 - Arquitetura de Hardware/README.md)
    - [Arquiteturas De Processadores](0%20- CONCEITOS/1 - Arquitetura de Hardware/Arquiteturas de Processadores/README.md)
      * [ARM](0%20- CONCEITOS/1 - Arquitetura de Hardware/Arquiteturas de Processadores/ARM.md)
      * [CISC](0%20- CONCEITOS/1 - Arquitetura de Hardware/Arquiteturas de Processadores/CISC.md)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant