s's-nook:
markdownmdasthasthtmlhtml(レンダリング後)

# H1 heading  
  
1. number1  
2. number2  

- ネスト1  
	- ネスト2 

> this is quote message  
  
以下はブックマーク  

[bookmark](https://zenn.dev/mizchi/articles/remix-cloudflare-pages-supabase)  
  
{
  "type": "root",
  "children": [
    {
      "type": "heading",
      "depth": 1,
      "children": [
        {
          "type": "text",
          "value": "H1 heading",
          "position": {
            "start": {
              "line": 2,
              "column": 3,
              "offset": 3
            },
            "end": {
              "line": 2,
              "column": 13,
              "offset": 13
            }
          }
        }
      ],
      "position": {
        "start": {
          "line": 2,
          "column": 1,
          "offset": 1
        },
        "end": {
          "line": 2,
          "column": 15,
          "offset": 15
        }
      }
    },
    {
      "type": "list",
      "ordered": true,
      "start": 1,
      "spread": false,
      "children": [
        {
          "type": "listItem",
          "spread": false,
          "checked": null,
          "children": [
            {
              "type": "paragraph",
              "children": [
                {
                  "type": "text",
                  "value": "number1",
                  "position": {
                    "start": {
                      "line": 4,
                      "column": 4,
                      "offset": 22
                    },
                    "end": {
                      "line": 4,
                      "column": 11,
                      "offset": 29
                    }
                  }
                }
              ],
              "position": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 22
                },
                "end": {
                  "line": 4,
                  "column": 13,
                  "offset": 31
                }
              }
            }
          ],
          "position": {
            "start": {
              "line": 4,
              "column": 1,
              "offset": 19
            },
            "end": {
              "line": 4,
              "column": 13,
              "offset": 31
            }
          }
        },
        {
          "type": "listItem",
          "spread": false,
          "checked": null,
          "children": [
            {
              "type": "paragraph",
              "children": [
                {
                  "type": "text",
                  "value": "number2",
                  "position": {
                    "start": {
                      "line": 5,
                      "column": 4,
                      "offset": 35
                    },
                    "end": {
                      "line": 5,
                      "column": 11,
                      "offset": 42
                    }
                  }
                }
              ],
              "position": {
                "start": {
                  "line": 5,
                  "column": 4,
                  "offset": 35
                },
                "end": {
                  "line": 5,
                  "column": 13,
                  "offset": 44
                }
              }
            }
          ],
          "position": {
            "start": {
              "line": 5,
              "column": 1,
              "offset": 32
            },
            "end": {
              "line": 5,
              "column": 13,
              "offset": 44
            }
          }
        }
      ],
      "position": {
        "start": {
          "line": 4,
          "column": 1,
          "offset": 19
        },
        "end": {
          "line": 5,
          "column": 13,
          "offset": 44
        }
      }
    },
    {
      "type": "list",
      "ordered": false,
      "start": null,
      "spread": false,
      "children": [
        {
          "type": "listItem",
          "spread": false,
          "checked": null,
          "children": [
            {
              "type": "paragraph",
              "children": [
                {
                  "type": "text",
                  "value": "ネスト1",
                  "position": {
                    "start": {
                      "line": 7,
                      "column": 3,
                      "offset": 48
                    },
                    "end": {
                      "line": 7,
                      "column": 7,
                      "offset": 52
                    }
                  }
                }
              ],
              "position": {
                "start": {
                  "line": 7,
                  "column": 3,
                  "offset": 48
                },
                "end": {
                  "line": 7,
                  "column": 9,
                  "offset": 54
                }
              }
            },
            {
              "type": "list",
              "ordered": false,
              "start": null,
              "spread": false,
              "children": [
                {
                  "type": "listItem",
                  "spread": false,
                  "checked": null,
                  "children": [
                    {
                      "type": "paragraph",
                      "children": [
                        {
                          "type": "text",
                          "value": "ネスト2",
                          "position": {
                            "start": {
                              "line": 8,
                              "column": 4,
                              "offset": 58
                            },
                            "end": {
                              "line": 8,
                              "column": 8,
                              "offset": 62
                            }
                          }
                        }
                      ],
                      "position": {
                        "start": {
                          "line": 8,
                          "column": 4,
                          "offset": 58
                        },
                        "end": {
                          "line": 8,
                          "column": 9,
                          "offset": 63
                        }
                      }
                    }
                  ],
                  "position": {
                    "start": {
                      "line": 8,
                      "column": 2,
                      "offset": 56
                    },
                    "end": {
                      "line": 8,
                      "column": 9,
                      "offset": 63
                    }
                  }
                }
              ],
              "position": {
                "start": {
                  "line": 8,
                  "column": 2,
                  "offset": 56
                },
                "end": {
                  "line": 8,
                  "column": 9,
                  "offset": 63
                }
              }
            }
          ],
          "position": {
            "start": {
              "line": 7,
              "column": 1,
              "offset": 46
            },
            "end": {
              "line": 8,
              "column": 9,
              "offset": 63
            }
          }
        }
      ],
      "position": {
        "start": {
          "line": 7,
          "column": 1,
          "offset": 46
        },
        "end": {
          "line": 8,
          "column": 9,
          "offset": 63
        }
      }
    },
    {
      "type": "blockquote",
      "children": [
        {
          "type": "paragraph",
          "children": [
            {
              "type": "text",
              "value": "this is quote message",
              "position": {
                "start": {
                  "line": 10,
                  "column": 3,
                  "offset": 67
                },
                "end": {
                  "line": 10,
                  "column": 24,
                  "offset": 88
                }
              }
            }
          ],
          "position": {
            "start": {
              "line": 10,
              "column": 3,
              "offset": 67
            },
            "end": {
              "line": 10,
              "column": 26,
              "offset": 90
            }
          }
        }
      ],
      "position": {
        "start": {
          "line": 10,
          "column": 1,
          "offset": 65
        },
        "end": {
          "line": 10,
          "column": 26,
          "offset": 90
        }
      }
    },
    {
      "type": "paragraph",
      "children": [
        {
          "type": "text",
          "value": "以下はブックマーク",
          "position": {
            "start": {
              "line": 12,
              "column": 1,
              "offset": 94
            },
            "end": {
              "line": 12,
              "column": 10,
              "offset": 103
            }
          }
        }
      ],
      "position": {
        "start": {
          "line": 12,
          "column": 1,
          "offset": 94
        },
        "end": {
          "line": 12,
          "column": 12,
          "offset": 105
        }
      }
    },
    {
      "type": "my-bookmark",
      "children": [
        {
          "type": "text",
          "value": "https://zenn.dev/mizchi/articles/remix-cloudflare-pages-supabase"
        }
      ],
      "data": {
        "linkUrl": "https://zenn.dev/mizchi/articles/remix-cloudflare-pages-supabase"
      }
    }
  ],
  "position": {
    "start": {
      "line": 1,
      "column": 1,
      "offset": 0
    },
    "end": {
      "line": 16,
      "column": 1,
      "offset": 189
    }
  }
}
{
  "type": "root",
  "children": [
    {
      "type": "element",
      "tagName": "h1",
      "properties": {},
      "children": [
        {
          "type": "text",
          "value": "H1 heading",
          "position": {
            "start": {
              "line": 2,
              "column": 3,
              "offset": 3
            },
            "end": {
              "line": 2,
              "column": 13,
              "offset": 13
            }
          }
        }
      ],
      "position": {
        "start": {
          "line": 2,
          "column": 1,
          "offset": 1
        },
        "end": {
          "line": 2,
          "column": 15,
          "offset": 15
        }
      }
    },
    {
      "type": "text",
      "value": "\n"
    },
    {
      "type": "element",
      "tagName": "ol",
      "properties": {},
      "children": [
        {
          "type": "text",
          "value": "\n"
        },
        {
          "type": "element",
          "tagName": "li",
          "properties": {},
          "children": [
            {
              "type": "text",
              "value": "number1",
              "position": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 22
                },
                "end": {
                  "line": 4,
                  "column": 11,
                  "offset": 29
                }
              }
            }
          ],
          "position": {
            "start": {
              "line": 4,
              "column": 1,
              "offset": 19
            },
            "end": {
              "line": 4,
              "column": 13,
              "offset": 31
            }
          }
        },
        {
          "type": "text",
          "value": "\n"
        },
        {
          "type": "element",
          "tagName": "li",
          "properties": {},
          "children": [
            {
              "type": "text",
              "value": "number2",
              "position": {
                "start": {
                  "line": 5,
                  "column": 4,
                  "offset": 35
                },
                "end": {
                  "line": 5,
                  "column": 11,
                  "offset": 42
                }
              }
            }
          ],
          "position": {
            "start": {
              "line": 5,
              "column": 1,
              "offset": 32
            },
            "end": {
              "line": 5,
              "column": 13,
              "offset": 44
            }
          }
        },
        {
          "type": "text",
          "value": "\n"
        }
      ],
      "position": {
        "start": {
          "line": 4,
          "column": 1,
          "offset": 19
        },
        "end": {
          "line": 5,
          "column": 13,
          "offset": 44
        }
      }
    },
    {
      "type": "text",
      "value": "\n"
    },
    {
      "type": "element",
      "tagName": "ul",
      "properties": {},
      "children": [
        {
          "type": "text",
          "value": "\n"
        },
        {
          "type": "element",
          "tagName": "li",
          "properties": {},
          "children": [
            {
              "type": "text",
              "value": "ネスト1",
              "position": {
                "start": {
                  "line": 7,
                  "column": 3,
                  "offset": 48
                },
                "end": {
                  "line": 7,
                  "column": 7,
                  "offset": 52
                }
              }
            },
            {
              "type": "text",
              "value": "\n"
            },
            {
              "type": "element",
              "tagName": "ul",
              "properties": {},
              "children": [
                {
                  "type": "text",
                  "value": "\n"
                },
                {
                  "type": "element",
                  "tagName": "li",
                  "properties": {},
                  "children": [
                    {
                      "type": "text",
                      "value": "ネスト2",
                      "position": {
                        "start": {
                          "line": 8,
                          "column": 4,
                          "offset": 58
                        },
                        "end": {
                          "line": 8,
                          "column": 8,
                          "offset": 62
                        }
                      }
                    }
                  ],
                  "position": {
                    "start": {
                      "line": 8,
                      "column": 2,
                      "offset": 56
                    },
                    "end": {
                      "line": 8,
                      "column": 9,
                      "offset": 63
                    }
                  }
                },
                {
                  "type": "text",
                  "value": "\n"
                }
              ],
              "position": {
                "start": {
                  "line": 8,
                  "column": 2,
                  "offset": 56
                },
                "end": {
                  "line": 8,
                  "column": 9,
                  "offset": 63
                }
              }
            },
            {
              "type": "text",
              "value": "\n"
            }
          ],
          "position": {
            "start": {
              "line": 7,
              "column": 1,
              "offset": 46
            },
            "end": {
              "line": 8,
              "column": 9,
              "offset": 63
            }
          }
        },
        {
          "type": "text",
          "value": "\n"
        }
      ],
      "position": {
        "start": {
          "line": 7,
          "column": 1,
          "offset": 46
        },
        "end": {
          "line": 8,
          "column": 9,
          "offset": 63
        }
      }
    },
    {
      "type": "text",
      "value": "\n"
    },
    {
      "type": "element",
      "tagName": "blockquote",
      "properties": {},
      "children": [
        {
          "type": "text",
          "value": "\n"
        },
        {
          "type": "element",
          "tagName": "p",
          "properties": {},
          "children": [
            {
              "type": "text",
              "value": "this is quote message",
              "position": {
                "start": {
                  "line": 10,
                  "column": 3,
                  "offset": 67
                },
                "end": {
                  "line": 10,
                  "column": 24,
                  "offset": 88
                }
              }
            }
          ],
          "position": {
            "start": {
              "line": 10,
              "column": 3,
              "offset": 67
            },
            "end": {
              "line": 10,
              "column": 26,
              "offset": 90
            }
          }
        },
        {
          "type": "text",
          "value": "\n"
        }
      ],
      "position": {
        "start": {
          "line": 10,
          "column": 1,
          "offset": 65
        },
        "end": {
          "line": 10,
          "column": 26,
          "offset": 90
        }
      }
    },
    {
      "type": "text",
      "value": "\n"
    },
    {
      "type": "element",
      "tagName": "p",
      "properties": {},
      "children": [
        {
          "type": "text",
          "value": "以下はブックマーク",
          "position": {
            "start": {
              "line": 12,
              "column": 1,
              "offset": 94
            },
            "end": {
              "line": 12,
              "column": 10,
              "offset": 103
            }
          }
        }
      ],
      "position": {
        "start": {
          "line": 12,
          "column": 1,
          "offset": 94
        },
        "end": {
          "line": 12,
          "column": 12,
          "offset": 105
        }
      }
    },
    {
      "type": "text",
      "value": "\n"
    },
    {
      "type": "element",
      "tagName": "a",
      "properties": {
        "className": "",
        "href": "https://zenn.dev/mizchi/articles/remix-cloudflare-pages-supabase",
        "target": "_blank",
        "rel": "noreferrer"
      },
      "children": [
        {
          "type": "element",
          "tagName": "div",
          "properties": {
            "className": ""
          },
          "children": [
            {
              "type": "element",
              "tagName": "div",
              "properties": {
                "className": "font-bold line-clamp-3 break-words"
              },
              "children": [
                {
                  "type": "text",
                  "value": "BookMark時の内容"
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "position": {
    "start": {
      "line": 1,
      "column": 1,
      "offset": 0
    },
    "end": {
      "line": 16,
      "column": 1,
      "offset": 189
    }
  }
}
<h1>H1 heading</h1>
<ol>
<li>number1</li>
<li>number2</li>
</ol>
<ul>
<li>ネスト1
<ul>
<li>ネスト2</li>
</ul>
</li>
</ul>
<blockquote>
<p>this is quote message</p>
</blockquote>
<p>以下はブックマーク</p>
<a class="" href="https://zenn.dev/mizchi/articles/remix-cloudflare-pages-supabase" target="_blank" rel="noreferrer"><div class=""><div class="font-bold line-clamp-3 break-words">BookMark時の内容</div></div></a>

H1 heading

  1. number1
  2. number2
  • ネスト1
    • ネスト2

this is quote message

以下はブックマーク

BookMark時の内容