Skip to content

Commit bc70993

Browse files
committed
[Fix] adapt markdown style, fix src of ascii.
1 parent a2d9c4b commit bc70993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cpp/language/ascii.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cppdoc:
77
import { Desc, DescList, DocLink } from '@components/index';
88
import { Decl, DeclDoc } from "@components/decl-doc";
99

10-
The following chart contains all 128 ASCII decimal <strong>(dec)</strong>, octal <strong>(oct)</strong>, hexadecimal <strong>(hex)</strong> and character <strong>(ch)</strong> codes.
10+
The following chart contains all 128 ASCII decimal **(dec)**, octal **(oct)**, hexadecimal **(hex)** and character **(ch)** codes.
1111

1212
|dec|oct|hex|ch| |dec|oct|hex|ch| |dec|oct|hex|ch| |
1313
|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|
@@ -73,6 +73,6 @@ Printable ASCII [32..126]:
7373
7474
<DescList>
7575
<Desc>
76-
<DocLink slot="item" src="/c/language/ascii.html"> C documentation</DocLink> for <span> **ASCII Chart** </span>
76+
<DocLink slot="item" src="/c/language/ascii"> C documentation</DocLink> for <span> **ASCII Chart** </span>
7777
</Desc>
7878
</DescList>

0 commit comments

Comments
 (0)