unjs / consola

🐨 Elegant Console Logger for Node.js and Browser
Other
6k stars 175 forks source link

feat(fancy): underlining #191

Closed ineshbose closed 1 year ago

ineshbose commented 1 year ago

Similar to highlighting backticks, this adds functionality to underline.

Renamed highlightBackticks to characterFormat to chain the formatting. 🙂

Preview (based on examples/special.ts): image

Update: added special format syntax as well (really need this feature!)

image

pi0 commented 1 year ago

I love this!!

Only regarding special formatting seems a nice idea too but can you please remove it from this PR? I like to think more together about possible edge cases and best syntax not conflicting with actual user texts.

ineshbose commented 1 year ago

Sure, that's done. Hopefully the special formatting gets brainstormed and added soon - happy to contribute 🙂