Skip to content

docs.everypolitician.org uses deprecated <tt> HTML tag #15592

Open
@zarino

Description

Problem

The documentation includes a few <code> tags but mostly <tt> tags. For example, here on the “How we import data” page:

screen shot 2016-10-28 at 09 57 15

<tt> is a really old fashioned element. But, more importantly, it isn’t styled up nicely in the EveryPolitician Sass styles. <code> has all the correct styling.

Proposed Solution

Find and replace <tt>.*</tt> with <code>$1</code>

Acceptance Criteria

All the short bits of code or variable names should be wrapped in <code> tags, and should have a nice grey background:

screen shot 2016-10-28 at 10 05 21

Not Required

Prerequisites

Related Issues

Due Date

Design?

Nope! Just find and replace in a text editor.

Text?

Bloggable?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions