Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fukata/study-goldmark-extra-tag


https://github.com/fukata/study-goldmark-extra-tag

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# study-goldmark-extra-tag

**これは個人的な勉強用のリポジトリです。**

## これは何?

yuin/goldmark を使って独自タグを扱う場合のやり方です。

```markdown
Input:

[image id="${image_id}" caption="${caption}"]

Output:

${caption}

${image_caption}

```

## インストール

```shell
$ go install
```

## 実行方法

```shell
$ go run main.go
```