Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 453 Bytes

README.adoc

File metadata and controls

36 lines (22 loc) · 453 Bytes

Asciidoctor YouTube

可自动宽高比

Automatic aspect ratio

安装|Installation

gem install asciidoctor-youtube

使用|Usage

语法|Syntax

youtube::xxxx[]

xxxx 是视频 ID

xxxx is the video ID

Asciidoctor

asciidoctor -r asciidoctor-youtube /path/to/test.adoc

Hugo

config.toml
[markup.asciidocExt]
extensions = ['asciidoctor-youtube']