mdbook/test_book/src/individual
Brett Chalupa 79c159d123 Add styles for <kbd> elements
Allows for special styles to call them out since they're different than
normal text and different than code. They can make use of styles they
inherit for font style and weight.

Notes on changes:

- Added new CSS variables for reused elements
- The font-* rules are separate for each aspect so that they can inherit
  bold/italic/etc

Closes https://github.com/rust-lang/mdBook/issues/1813
2022-10-06 16:02:29 -04:00
..
blockquote.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30
code.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30
emphasis.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30
heading.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30
image.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30
linebreak.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30
link_hr.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30
list.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30
mixed.md Add styles for <kbd> elements 2022-10-06 16:02:29 -04:00
paragraph.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30
README.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30
strikethrough.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30
table.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30
task.md Add individual tag examples in test_book 2021-10-04 16:17:52 +05:30

Individual Common mark tags

This contains following tags:

  • Headings
  • Paragraphs
  • Line breaks
  • Emphasis
  • Blockquotes
  • Lists
  • Code blocks
  • Images
  • Links and Horizontal rules
  • Github tables
  • Github Task Lists
  • Strikethrough
  • Mixed