activexray / activexray/cybermonday

Links with path parameters in embedded HTML are not parsed correctly

Abierto
#105 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Clojure
Estrellas
113
Forks
11
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Sometimes what is provided by common markdown is just not enough and i use embedded HTML. And i just noticed that links with path parameters are not parsed correctly. For example, in the demo app
```
link
link
[link](http://example.com/page?foo=bar)
```
will all give different results. I am not sure if this is a problem of the library or the dependency, but it seems like someone gives `=` sign more priority than the quotes, so it starts parsing next HTML attribute instead of completing a link. The funny part is that double quotes consumes one additional from the parameter name, e.g. `foo=bar` becomes `fo`. I'd like to know if there is a workaround. Great library btw.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.