Skip to content

List Inconsistent Formatting

Description

This tool lists instances of inconsistent formatting across a document.

RFCXML

For RFCXML documents, the following formatting elements are considered:

  • <tt>
  • <em>
  • <strong>
  • <spanx>

Example

Using both protocol and <strong>protocol</strong> will be flagged as inconsistent.

Markdown

For Markdown documents, the following formatting syntaxes are considered:

  • **bold**
  • *italic*
  • `inline code`

Example

Using both network and **network** will be flagged as inconsistent.

Supported Document Types

  • RFCXML
  • Markdown
  • Plain Text