albertyw/albertyw.com

View on GitHub
app/notes/20230203-0141.md

Summary

Maintainability
Test Coverage

Inline HTML
Open

Simple explanation: Remove the point P<sub>X</sub> that forms the minimum area triangle with P<sub>X-1</sub> and P<sub>X+1</sub>.  Repeat until the area is above a threshold.
Severity: Info
Found in app/notes/20230203-0141.md by markdownlint

MD033 - Inline HTML

Tags: html

Aliases: no-inline-html

This rule is triggered whenever raw HTML is used in a markdown document:

Inline HTML header

To fix this, use 'pure' markdown instead of including raw HTML:

# Markdown header

Rationale: Raw HTML is allowed in markdown, but this rule is included for those who want their documents to only include "pure" markdown, or for those who are rendering markdown documents in something other than HTML.

Inline HTML
Open

Simple explanation: Remove the point P<sub>X</sub> that forms the minimum area triangle with P<sub>X-1</sub> and P<sub>X+1</sub>.  Repeat until the area is above a threshold.
Severity: Info
Found in app/notes/20230203-0141.md by markdownlint

MD033 - Inline HTML

Tags: html

Aliases: no-inline-html

This rule is triggered whenever raw HTML is used in a markdown document:

Inline HTML header

To fix this, use 'pure' markdown instead of including raw HTML:

# Markdown header

Rationale: Raw HTML is allowed in markdown, but this rule is included for those who want their documents to only include "pure" markdown, or for those who are rendering markdown documents in something other than HTML.

Line length
Open

Simple explanation: Remove the point P<sub>X</sub> that forms the minimum area triangle with P<sub>X-1</sub> and P<sub>X+1</sub>.  Repeat until the area is above a threshold.
Severity: Info
Found in app/notes/20230203-0141.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Inline HTML
Open

Simple explanation: Remove the point P<sub>X</sub> that forms the minimum area triangle with P<sub>X-1</sub> and P<sub>X+1</sub>.  Repeat until the area is above a threshold.
Severity: Info
Found in app/notes/20230203-0141.md by markdownlint

MD033 - Inline HTML

Tags: html

Aliases: no-inline-html

This rule is triggered whenever raw HTML is used in a markdown document:

Inline HTML header

To fix this, use 'pure' markdown instead of including raw HTML:

# Markdown header

Rationale: Raw HTML is allowed in markdown, but this rule is included for those who want their documents to only include "pure" markdown, or for those who are rendering markdown documents in something other than HTML.

Line length
Open

Simple explanation: Remove points P<sub>X</sub> that are less than the distance between the significant points P<sub>&lt;X</sub> and P<sub>&gt;X</sub>.
Severity: Info
Found in app/notes/20230203-0141.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Inline HTML
Open

Simple explanation: Remove points P<sub>X</sub> that are less than the distance between the significant points P<sub>&lt;X</sub> and P<sub>&gt;X</sub>.
Severity: Info
Found in app/notes/20230203-0141.md by markdownlint

MD033 - Inline HTML

Tags: html

Aliases: no-inline-html

This rule is triggered whenever raw HTML is used in a markdown document:

Inline HTML header

To fix this, use 'pure' markdown instead of including raw HTML:

# Markdown header

Rationale: Raw HTML is allowed in markdown, but this rule is included for those who want their documents to only include "pure" markdown, or for those who are rendering markdown documents in something other than HTML.

Inline HTML
Open

Simple explanation: Remove points P<sub>X</sub> that are less than the distance between the significant points P<sub>&lt;X</sub> and P<sub>&gt;X</sub>.
Severity: Info
Found in app/notes/20230203-0141.md by markdownlint

MD033 - Inline HTML

Tags: html

Aliases: no-inline-html

This rule is triggered whenever raw HTML is used in a markdown document:

Inline HTML header

To fix this, use 'pure' markdown instead of including raw HTML:

# Markdown header

Rationale: Raw HTML is allowed in markdown, but this rule is included for those who want their documents to only include "pure" markdown, or for those who are rendering markdown documents in something other than HTML.

Inline HTML
Open

Simple explanation: Remove points P<sub>X</sub> that are less than the distance between the significant points P<sub>&lt;X</sub> and P<sub>&gt;X</sub>.
Severity: Info
Found in app/notes/20230203-0141.md by markdownlint

MD033 - Inline HTML

Tags: html

Aliases: no-inline-html

This rule is triggered whenever raw HTML is used in a markdown document:

Inline HTML header

To fix this, use 'pure' markdown instead of including raw HTML:

# Markdown header

Rationale: Raw HTML is allowed in markdown, but this rule is included for those who want their documents to only include "pure" markdown, or for those who are rendering markdown documents in something other than HTML.

There are no issues that match your filters.

Category
Status