Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use code instead of citations #617

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

spenserblack
Copy link

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+,

Changes inline code spans from being rendered with `<cite>` to `<code>`.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 17.53%. Comparing base (67b36bd) to head (1c80560).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #617      +/-   ##
==========================================
+ Coverage   17.06%   17.53%   +0.47%     
==========================================
  Files          25       25              
  Lines        1260     1260              
  Branches      167      167              
==========================================
+ Hits          215      221       +6     
  Misses       1039     1039              
+ Partials        6        0       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants