10 lines
232 B
HTML
10 lines
232 B
HTML
<!doctype html>
|
|
<html>
|
|
<title>::target-text without custom colors should be replaced with mark/marktext</title>
|
|
<script>
|
|
location.hash = ':~:text=Some selected text';
|
|
</script>
|
|
<body>
|
|
<span>Some selected text</span>
|
|
</body>
|
|
</html>
|