or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Build
Just after install our template we also had running app. But it was running in development mode – which is good while working on project: when you should find and fix errors etc. When you feel that project is ready for publishing, you should
build
it – create optimized, highly efficient, easy to load, install and execute version.Shortly it works like this:
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Building native mobile apps takes longer time and additional efforts, than web. For example, you should register your account on App Store or Play Market as a developer and pay money for that. For run native apps locally you should install additional software like Android Studio and set up phone emulators, maybe buy a Macbook, or whait while your binary file is building on the cloud service… All this details can make you frustraiting and stuck, when you are a newbie.
You can get faster result with web – which is looking quite similar to native apps, and you can build and deploy it in a minutes, for free, and share with all your friends via link – because everyone have browser (Chrome, Safari, etc…)