🐛 Fixed category for i18n & English articles.
This commit is contained in:
@@ -6,7 +6,7 @@ date: 2025-01-25T19:12:32+08:00
|
||||
lastmod: 2025-01-25T19:12:32+08:00
|
||||
|
||||
categories:
|
||||
- Start building website
|
||||
- StartBuilSite
|
||||
|
||||
tags:
|
||||
- Hugo
|
||||
|
||||
@@ -11,7 +11,7 @@ originLink: https://mainroad-demo.netlify.app/demo/basic-elements/
|
||||
|
||||
categories:
|
||||
- Example
|
||||
- Markdown Syntax
|
||||
- MarkdownSyntax
|
||||
|
||||
tags:
|
||||
- Markdown
|
||||
@@ -40,7 +40,7 @@ Let's start with all possible headings, where the `<h1>` - `<h6>` elements in HT
|
||||
|
||||
## Paragraph format
|
||||
|
||||
According to [W3C](https://www.w3.org/)Defined [HTML5 Specification](https://www.w3.org/TR/html5/dom.html#elements),**HTML documents consist** of elements and text. The composition of each element consists of a [Start marker](https://www.w3.org/TR/html5/syntax.html#syntax), for example:`< body>` , And [End Mark](https://www.w3.org/TR/html5/syntax.html#syntax), for example:`</ body>` .
|
||||
According to [W3C](https://www.w3.org/)Defined [HTML5 Specification](https://www.w3.org/TR/html5/dom.html#elements),**HTML documents consist** of elements and text. The composition of each element consists of a [Start marker](https://www.w3.org/TR/html5/syntax.html#syntax), for example:`<body>` , And [End Mark](https://www.w3.org/TR/html5/syntax.html#syntax), for example:`</body>` .
|
||||
|
||||
(*Some start and end markers may be omitted in certain situations and implied by other markers*.)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Image browsing Tool"
|
||||
title: "Image Browsing Tool"
|
||||
description: "By default, images within the article will be browsed. Clicking on an image will display a larger image, while clicking on a blank space will close it."
|
||||
Keywords: "image, image, browser, photo album"
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@ lastmod: 2025-01-29T20:50:02+08:00
|
||||
|
||||
categories:
|
||||
- ThirdParty
|
||||
- Mathematical formulas
|
||||
- Mathematical
|
||||
tags:
|
||||
- Mathematical formulas
|
||||
- Mathematical
|
||||
- mathjax
|
||||
- katex
|
||||
|
||||
|
||||
@@ -7,10 +7,10 @@ lastmod: 2025-01-29T21:01:13+08:00
|
||||
|
||||
categories:
|
||||
- ThirdParty
|
||||
- Diagram sequence
|
||||
- DiagramSequence
|
||||
tags:
|
||||
- Process diagram
|
||||
- Timing diagram
|
||||
- ProcessDiagram
|
||||
- TimingDiagram
|
||||
|
||||
url: "demo/mermaid-charts.html"
|
||||
toc: true
|
||||
|
||||
Reference in New Issue
Block a user