-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22780c9
commit 34edc8b
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
tags: [学习] | ||
date: 2022-10-15 19:00 | ||
title: 我的 YANL 笔记法 | ||
--- | ||
|
||
## 简介 | ||
|
||
YANL,全称 **Y**'s **A**lternative **N**ote **L**anguage,是本人在课堂上使用的,借鉴 YAML 的**分层次**的笔记规范。 | ||
|
||
这里的“分层次”可以理解为如 YAML 中的字典、数组与 Markdown 中的有序列表一样,根据缩进与符号分隔要点、层次。 |