-
Hello,
When exporting a note as HTML, links to internal headers with some special characters (like é,è,ê) do not work.
##### The Markdown header code:
```Markdown
## Objectif & Mode opératoire
…
Bubka updated
5 years ago
-
I've a link in a markdown file containing some URL parameters:
```
* [Test link](https://example.com?foo=bar&bar=foo
```
When HTML document is generated the link will be URL encoded, resulting…
-
## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)
- [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete,…
-
Hi,
I was testing how to [prevent HTML code](https://michelf.ca/blog/2007/php-markdown-no-markup/) in generated output, together with @wunderfeyd. Looks like there's a double encoding when using `no…
-
**Context**
At my profile https://rawgit2.com/VladimirAlexiev/my/master/index.html
I've included several Github cards: 3 from you and 1 from https://github-readme-stats.vercel.app:
![image](https…
-
Due to Docusaurus interpreting .md files as MDX, curly braces are troublesome. They're currently escaped in description and inline code, through #10
The issue with code blocks is that the current …
-
Oh dear, this is a pretty fundamental lack of reading of the markdown spec or lack of understanding of html.
If you write this markdown[1]:
`wibble & wobble 4 < 5`
it should translate as
`wibble &…
-
Entities (like ampersands) inside code fencing backticks get turned into HTML entities if the Visual mode of the editor is used to edit or compose a post (the Text mode leaves them alone), e.g.:
`if …
-
It'd be really cool if some support for tables could be added, like [GitHub's Markdown supports](https://help.github.com/articles/github-flavored-markdown/#tables).
-
```
tag("a", list(HTML("&"), href=HTML("mailto:&")))
```
gives
```
&
```
when I would expect
```
&
```
NB: this is a problem to obfuscate email addresses using markdown for example.