mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
fix handling of empty hrefs during export (#602)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
<h1>Great success!</h1>
|
||||
|
||||
<a href="blog">blog</a>
|
||||
<a href="">empty anchor</a>
|
||||
<a href="">empty anchor</a>
|
||||
<a href=''>empty anchor #2</a>
|
||||
<a href=>empty anchor #3</a>
|
||||
<a href= >empty anchor #4</a>
|
||||
<a href>empty anchor #5</a>
|
||||
<a>empty anchor #6</a>
|
||||
|
||||
Reference in New Issue
Block a user