0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ox-hub 変換テスト

0
Last updated at Posted at 2026-05-21

はじめに

これは ox-hub の変換確認用の記事です。
この段落では bold, italic, code, verbatim, strike を確認します。

外部リンクは Example Domain として出力されます。
通常の file link は Notes として、画像 file link は として出力されます。

リスト

  • unordered item one

  • unordered item two

    • nested unordered child
    • nested unordered child two
  • multi paragraph item

    second paragraph in the same list item

  1. ordered item one

  2. ordered item two

    1. nested ordered child
    2. nested ordered child two
  3. ordered multi paragraph item

    second paragraph in the same ordered item

引用

引用ブロックです。
引用内でも boldcode を確認します。

テーブル

Name Value Note
alpha 1 first row
beta 2 second row
gamma 3 third row

コードブロック

(defun ox-hub-test-message ()
  (message "Hello from ox-hub"))
This is an example block.
It is rendered as a fenced code block without language.
This block contains a Markdown fence:
```
The outer fence should become longer.

水平線と脚注

水平線の前の段落です。


水平線の後の段落です。脚注参照も確認します1

oxhub directive

これは info message です。

Warning:

これは alert message です。

詳細 <summary> & escape

details directive の本文です。
Qiita では summary が HTML escape されることを確認します。

init.el
(setq inhibit-startup-screen t)
(message "codefile directive")

おわりに

ここまでが対応済み記法の変換確認です。

  1. これは脚注定義です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?