README.rst 703 B

12345678910111213141516171819202122232425262728293031
  1. HTML Entities for reStructuredText
  2. ##################################
  3. This plugin allows you to enter HTML entities such as ©, <, • inline in a RST document, as opposed
  4. to the tedious method of creating substitution definitions.
  5. Roles
  6. =====
  7. Adds one inline role:
  8. ::
  9. :html_entity:
  10. Usage
  11. =====
  12. ::
  13. :html_entity:`copy` 2013 :html_entity:`lt` Pelican :html_entity:`gt` Industries :html_entity:`149` All Rights Reserved
  14. produces:
  15. |copy| 2013 |lt| Pelican |gt| Industries |bullet| All Rights Reserved
  16. .. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
  17. .. |lt| unicode:: U+003C .. LESS THAN
  18. .. |gt| unicode:: U+003E .. GREATER THAN
  19. .. |bullet| unicode:: U+2022 .. BULLET