Skip to content

Commit

Permalink
✏️ Feat: update Markdown code block type
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Jul 18, 2024
1 parent df7c7b9 commit b3b0e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/_partials/_maps/_code-type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ $code-type-map: (
"llvm": "LLVM",
"lua": "Lua",
"mako": "Mako",
"md": "markdown",
"mkd": "markdown",
"md": "Markdown",
"mkd": "Markdown",
"mason": "Mason",
"mathematica": "Mathematica",
"mma": "Mathematica",
Expand Down Expand Up @@ -368,6 +368,6 @@ $code-type-map: (
"zed": "Zed",
"zig": "Zig",
// Custom code type
"markdown": "markdown",
"markdown": "Markdown",
"yml": "YAML"
) !default;

0 comments on commit b3b0e6a

Please sign in to comment.