vscode-pets icon indicating copy to clipboard operation
vscode-pets copied to clipboard

Use code instead of citations

Open spenserblack opened this issue 5 months ago • 1 comments

This should change inline code spans from being rendered with <cite> to <code>. I haven't had a chance to render this myself yet, and I don't have much experience with RST, but I believe double backticks (``) are inline code spans according to the spec.

I didn't want to introduce any HTML into these nice, HTML-free documents, but rendering keyboard keys with <kbd> might be nice. For example, Ctrl+,

spenserblack avatar Sep 24 '24 16:09 spenserblack