iGotTools

MarkdownプレビューとHTML変換

Markdownをローカルで書き、プレビュー、HTML、保存を確認します。

文字
271
単語
29
17
見出し
1
リンク
0
コードブロック
1

プレビュー

生HTMLはオフです。Markdown構文はプレビュー前にエスケープされます。

HTMLソース
<h1>iGotTools release checklist</h1>
<p>Write <strong>Markdown</strong> locally and preview sanitized HTML.</p>
<ul>
<li>Draft the content</li>
<li>Review the preview</li>
<li>Copy clean HTML</li>
</ul>
<table>
<thead>
<tr>
<th>Item</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>Browser only</td>
<td>Ready</td>
</tr>
</tbody>
</table>
<blockquote>
<p>Content stays on this device.</p>
</blockquote>
<pre><code class="language-ts">const localOnly = true;
</code></pre>

使い方

  1. 1Add the input or options you want to process with MarkdownプレビューとHTML変換.
  2. 2Check the range, format, quality, or sorting option that controls the result.
  3. 3Compare the preview or computed output with the source input.
  4. 4Copy or download the result, then clear sensitive input when finished.

FAQ