Toolbox
VN
Công cụ liên quan:
HTML → Markdown
Kiểm tra & sửa lỗi Markdown
Tạo bảng Markdown
Markdown Sang PDF
Tạo mục lục Markdown
Rich Text sang Markdown
Hướng dẫn: Markdown sang HTML
Markdown sang HTML
VN
Đoạn HTML
Tài liệu HTML đầy đủ
Id cho tiêu đề
Tô màu cú pháp
Giữ xuống dòng
Markdown
Dữ liệu mẫu
Tiêu đề
❝
{ }
Khác
# Getting started Install the package and import it where you need it. It works with **Node 18+** and every modern browser. ## Install ```bash npm install my-library ``` ## Options | Option | Type | Default | | ------ | ---- | ------- | | `debug` | boolean | `false` | | `timeout` | number | `5000` | ## Checklist - [x] Read the [documentation](https://example.com/docs) - [ ] Try the examples > Tip: headings get anchor ids, so you can link to [Install](#install).
Mã HTML
Xem trước
917 B
Tải file .html
<h1 id="getting-started">Getting started</h1> <p>Install the package and import it where you need it. It works with <strong>Node 18+</strong> and every modern browser.</p> <h2 id="install">Install</h2> <pre><code class="language-bash">npm install my-library </code></pre> <h2 id="options">Options</h2> <table> <thead> <tr> <th>Option</th> <th>Type</th> <th>Default</th> </tr> </thead> <tbody><tr> <td><code>debug</code></td> <td>boolean</td> <td><code>false</code></td> </tr> <tr> <td><code>timeout</code></td> <td>number</td> <td><code>5000</code></td> </tr> </tbody></table> <h2 id="checklist">Checklist</h2> <ul> <li><input checked="" disabled="" type="checkbox"> Read the <a href="https://example.com/docs">documentation</a></li> <li><input disabled="" type="checkbox"> Try the examples</li> </ul> <blockquote> <p>Tip: headings get anchor ids, so you can link to <a href="#install">Install</a>.</p> </blockquote>
Đánh giá & bình luận
—
Chưa có đánh giá nào
5
4
3
2
1
Bạn thấy công cụ này thế nào?
Đăng nhập để viết bình luận.
Đăng nhập
No data
Chưa có bình luận nào