mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 19:52:40 +00:00
✨ Feat: add repost feature (#156)
This commit is contained in:
@@ -3,8 +3,6 @@ title: "Basic Markdown Syntax"
|
||||
date: 2019-12-01T21:57:40+08:00
|
||||
lastmod: 2022-03-01T22:30:40+08:00
|
||||
draft: false
|
||||
author: "Dillon"
|
||||
authorLink: "https://dillonzq.com"
|
||||
description: "This article shows the basic Markdown syntax and format."
|
||||
resources:
|
||||
- name: "featured-image"
|
||||
@@ -14,6 +12,10 @@ tags: ["Markdown", "HTML"]
|
||||
categories: ["Markdown"]
|
||||
|
||||
lightgallery: true
|
||||
|
||||
repost:
|
||||
enable: true
|
||||
url: "https://hugoloveit.com/basic-markdown-syntax/"
|
||||
---
|
||||
|
||||
This article offers a sample of basic Markdown syntax that can be used in Hugo content files.
|
||||
|
||||
@@ -3,8 +3,6 @@ title: "Markdown 基本语法"
|
||||
date: 2019-12-01T21:57:40+08:00
|
||||
lastmod: 2022-01-20T17:44:40+08:00
|
||||
draft: false
|
||||
author: "Dillon"
|
||||
authorLink: "https://dillonzq.com"
|
||||
description: "这篇文章展示了基本的 Markdown 语法和格式。"
|
||||
resources:
|
||||
- name: "featured-image"
|
||||
@@ -14,6 +12,10 @@ tags: ["Markdown", "HTML"]
|
||||
categories: ["Markdown"]
|
||||
|
||||
lightgallery: true
|
||||
|
||||
repost:
|
||||
enable: true
|
||||
url: "https://hugoloveit.com/zh-cn/basic-markdown-syntax/"
|
||||
---
|
||||
|
||||
这篇文章提供了可以在 Hugo 的文章中使用的基本 Markdown 语法示例。
|
||||
|
||||
Reference in New Issue
Block a user