hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
312 stars 60 forks source link

Wrong parsing of URLs from IPython/Jupyter into DocOnce documents #140

Closed Daniel-M closed 6 years ago

Daniel-M commented 6 years ago

Parsing of jupyter notebooks as doconce ipynb2doconce notebookfile performs wrong parsing of URLs, for example, the text (as markdown in the notebook) [Daniel Mejía R.](http://daniel-m.github.io) parses to "Daniel Mejía R.": "(http://daniel-m.github.io)" which is wrong and should be "Daniel Mejía R." : "http://daniel-m.github.io". Happened with several links, the text is a particular example

KGHustad commented 6 years ago

Thanks for reporting this.