Githubのコードをブログに表示する

 GistはGithubのリポジトリを直接ブログなどに表示できない。何でだ。

昔はgist-itというものでできたそうですが、今はサイトがなくなった様子。


探したらemgithubというものがありました。ありがたい。

以下のような感じになります。

Copy
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Sample : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}


でもこれも外部ツールなので、結局いつかは使えなくなってしまうのかも。

実はGistでできたりするんですかね?わからん・・・


もっと良い方法をご存じの方がいたら教えていただけると幸いです。

コメント