Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fukata/study-goldmark-extra-tag
https://github.com/fukata/study-goldmark-extra-tag
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fukata/study-goldmark-extra-tag
- Owner: fukata
- Created: 2022-07-17T02:12:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T14:35:02.000Z (over 2 years ago)
- Last Synced: 2024-10-10T12:25:58.910Z (about 1 month ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# study-goldmark-extra-tag
**これは個人的な勉強用のリポジトリです。**
## これは何?
yuin/goldmark を使って独自タグを扱う場合のやり方です。
```markdown
Input:[image id="${image_id}" caption="${caption}"]
Output:
```
## インストール
```shell
$ go install
```## 実行方法
```shell
$ go run main.go
```