100mini
Home
Square
Cases
Free Tools
中文
English
Español
Português
Français
Login / Register
Apple
Spotify
IKEA
Starbucks
Tiffany
Coca-Cola
Linear
Xiaomi
Swiss IKB
Export
Generate Link
Markdown Editor
— just write Markdown & go
Import .md
# 100mini · Make Sharing Effortless **100mini** is a free HTML / Markdown hosting tool built for learning and sharing. Paste your content, pick a template, generate a link — accessible **anywhere for 7 days**. --- ## 🚀 Key Features - **Publish in seconds**: paste and publish, no sign-up required - **9 brand templates**: from Apple to Linear, switch styles in one click - **Opens in any browser**: works on phones, tablets, and desktops - *Free quota*: logged-in users keep pages forever, anonymous pages self-destroy after 7 days ### Use Cases 1. Teachers share lecture notes and study materials 2. Students submit projects and demos 3. Personal notes and knowledge base 4. Quickly share web content via WeChat / QQ --- ## 📌 Quick Start > 💡 Tip: drag a Markdown file into the editor on the left and see the result instantly! ### Steps - [x] Paste Markdown or import a `.md` file - [x] Pick a template at the top - [ ] Click "Generate Link" to publish - [ ] Copy the link and share it with friends --- ## ✨ Format Demos The content below covers common Markdown syntax — check the rendered result across templates. ### Text Styles Plain text with **bold**, *italic*, ~~strikethrough~~, and `inline code`. Keyboard shortcuts look like <kbd>Ctrl</kbd> + <kbd>C</kbd>. ### Nested Lists 1. First level - Second level (unordered) - Third level indented 2. Continue numbering ### Table Comparison | Feature | Free User | Member | | :--- | :---: | ---: | | Anonymous publish | ✅ 7 days | ✅ Permanent | | Custom title | ❌ | ✅ | | Share to Square | ❌ | ✅ | | Size limit | 5 MB | 5 MB | ### Blockquote > **Deep thought**: a truly useful tool lets people spend their time on the content, not the tool itself. --- ## 🛠️ Technical Support ```js // Render a Markdown in just two steps import { renderMarkdown } from "./md2html"; const html = await renderMarkdown(md, "apple"); console.log(html.length); // full HTML length ``` ```bash # Run the dev server locally npm run dev # Production build npm run build ``` ```json { "templates": 9, "anonymous": "7 days", "permanent": true, "maxSize": "5 MB" } ``` --- ## 📮 Contact Us - **Website**: [https://100mini.com](https://100mini.com) - **Email**: <hello@100mini.com> - **Feedback**: please email us your thoughts > Everyone can build a mini site —— try **100mini** now! ✨
2.3 KB / 5 MB
Live Preview
预览区 — 输入 Markdown 后自动渲染