generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
The <tt>
tag shows up in some of the documentation, but it is not a supported tag in HTML5, as a result, we have some documentation rendered that does not render the <tt>
tag correctly and literally reads <tt>production</tt> instead of production
.
This might be fixed with a simple find and replace with <tt>
-><code>
and </tt>
-></code>
or just use something like the <samp>
tag if you're feeling fancy.
An example of the issue may be found at: https://noaa-owp.github.io/ngen/md_doc_2_g_i_t___u_s_a_g_e.html#autotoc_md173
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers