Markdown Syntax Guide For L2

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. ...

March 11, 2019 · 3 min · Hugo Authors

Markdown Syntax Guide For RTL

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. ...

March 11, 2019 · 3 min · Hugo Authors
封面描述

我的旅行日记

这是我的旅行日记正文。 下面是我拍的照片: 注意看上面的写法: 因为图片和 index.md 在同一个大目录下,所以路径是相对的。 如果图片直接放在 index.md 旁边,就写 ![alt](photo.jpg)。 如果图片放在 images 子文件夹(如截图所示),就写 ![alt](images/photo.jpg)。

May 20, 2024 · 1 min · Lingfan
Generated using [OG Image Playground by Vercel](https://og-playground.vercel.app/)

Markdown Syntax Guide

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. ...

March 11, 2019 · 2 min · Hugo Authors

Code Syntax Guide

Sample article showcasing basic code syntax and formatting for HTML elements.

March 10, 2019 · 2 min · Aditya Telange