angular/aio/content/errors
Joe Martin (Crowdstaffing) 42289f25c6 docs: improve markdown (#45325)
The purpose of the changes is to clean all markdown to match a single pedantic style.

*   To ensure all changes in style are properly separated.
*   To ensure all styled content aligns to nearest 4-character-tab.
*   To ensure all code blocks use the Angular `<code-example>` or `<code-tab>` elements.
*   To ensure all markdown exists outside of html tags.
*   To ensure all images use the Angular style for `<img>` elements.
*   To ensure that all smart punctuation is replaced or removed.

    ```text
    ’, ’, “, ”, –, —, …
    ```

*   To ensure all content does not conflict with the following reserved characters.

    ```text
    @, $, *, &, #, |, <, >,
    ```

*   To ensure all content displays using html entities.

The following changes were made to files in the following directory.

```text
aio/content
```

The target files were markdown files.
The list of excluded files:

```text
.browserslistrc, .css, .conf, .editorconfig, .gitignore, .html, .js, .json, .sh, .svg, .ts, .txt, .xlf,
```

PR Close #45325
2022-04-08 19:36:30 +00:00
..
index.md build(docs-infra): error guides in docs (#40060) 2021-01-14 11:28:52 -08:00
NG0100.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
NG0200.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
NG0201.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
NG0300.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
NG0301.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
NG0302.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
NG1001.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
NG2003.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
NG2009.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
NG3003.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
NG6100.md perf(compiler-cli): ignore the module.id anti-pattern for NgModule ids (#45024) 2022-03-22 11:11:54 -07:00
NG6999.md docs: add error page for NG6999 (#41708) 2021-04-28 14:22:46 -07:00
NG8001.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
NG8002.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
NG8003.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00