Open4
zenn埋め込み
zenn公式のドキュメント
基本的に、埋め込みに対応しているURLパターンでの埋め込みは、そのURLのみで行にする。
https://twitter.com/bellbind/status/925406191035011072
gist埋め込み(全ファイル)
@[gist](https://gist.github.com/bellbind/b7e924c7c8c7477b021c110545cc602a)
gist埋め込み(各ファイル)
@[gist](gist url)
のurlのあとに?file=ファイル名
をつけると、そのファイルのみ埋め込む。
@[gist](https://gist.github.com/bellbind/b9d1df2b906b5cc1d0cbd072d1e216e2?file=manifest.json)
@[gist](https://gist.github.com/bellbind/b9d1df2b906b5cc1d0cbd072d1e216e2?file=clock.svg)
現状、SVGは画像表示のみで、SVGのソース表示はできない?
github埋め込み
URLの後ろに#Ln-Lm
をつけることで、n行からm行までの切り取りでの埋め込みができる。
https://github.com/bellbind/making-svg-clock/blob/main/02-embed.html#L1-L4
やはり、SVGはだめ。