コンテンツにスキップ

mkdocs での Markdown 記載サンプル

ほげほげ

テスト

Info

いんふぉ

Tip

tip

Success

Success

Example

Example

FootNote のテスト 1

画像

CodeSample

1
2
3
4
5
from pxr import Usd, UsdGeom, Sdf, Gf, OrigSchema

stage = Usd.Stage.CreateInMemory()
hogePrim = OrigSchema.ConcreteBasePrim.Define(stage,'/hoge')
stage.GetRootLayer().Export("I:/test.usda")

Ctrl+Alt+Del

MkDocs

icon

😄

🐟
🐸

fontawesome





fontstyle

MARK TEST hogehoge
sample

  • test
  • check2
  • check3

  • A

  • B
  • C
    1. D
    2. E
      1. F
      2. G
table A B C

マクロを作る

hoge

ここに吹き出しの中の文字を入れると 表示できる。

ほげほげ ふがふが

ipynb

リポジトリ以下の ipynb をロードして markdown として埋め込み

In [1]:

1
print("Hello World!!")

Success

1
Hello World!!

In [3]:

1
print("Hoge Hoge")

Success

1
Hoge Hoge

hello_world__埋め込み用サンプル.ipynb

一部だけ埋め込みたい場合

In [1]:

1
print("Hello World!!")

Success

1
Hello World!!

hello_world__埋め込み用サンプル.ipynb

  • test remove
  • test remove
  • test remove
    • test remove
  • test remove
  • test add
  • test add
  • test add
    • test add
  • test add

some text

graph TD
    A[Hard] -->|Text| B(Round)
    B --> C{Decision}
    C -->|One| D[Result 1]
    C -->|Two| E[Result 2]

drawio を指定して作図結果を表示

My alt text
My alt text
My alt text

include マクロ

1
2
3
4
# -*- coding: utf-8 -*-

print("hello World!!")
print("HOGEHOGE")

05_mkdocs_drawio.md

icon.jpg

sample.svg


roamlinks プラグインを使用することで、サイト内の md はフルパスを書かなくても
大丈夫

1
[テスト](usd_py_docs)

テスト

USDPythonドキュメントの読み方

codeless_schemas

asset_resolution


  1. 一番下に解説が追加される