Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

What

Given input raw string (even with backslash escaped double quotes), output new string with every character in the string prepended with the ̲ HTML escape code "combining low line", which more or less ends up looking like underlined text.

Given

r""""You need a 2\"x3\" """

Output

̲"̲Y̲o̲u̲ ̲n̲e̲e̲d̲ ̲a̲ ̲2̲\\̲"̲x̲3̲\\̲"

When put into a Markdown document (like this README), it renders thusly:

̲"̲Y̲o̲u̲ ̲n̲e̲e̲d̲ ̲a̲ ̲2̲\̲"̲x̲3̲\̲"

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages