CodePath
    • Options
    • Versions
    • Transfer ownership
    • Delete this note
    • Template
    • Save as template
    • Insert from template
    • Export
    • Dropbox
    • Google Drive
    • Import
    • Dropbox
    • Google Drive
    • Gist
    • Clipboard
    • Download
    • Markdown
    • HTML
    • Raw HTML
    • ODF (Beta)
    • PDF (Beta)
    • Sharing Link copied
    • /edit
    • View mode
      • Edit mode
      • View mode
      • Book mode
      • Slide mode
      Edit mode View mode Book mode Slide mode
    • Note Permission
    • Read
      • Owners
      • Signed-in users
      • Everyone
      Owners Signed-in users Everyone
    • Write
      • Owners
      • Signed-in users
      • Everyone
      Owners Signed-in users Everyone
    • More (Invitee)
    • Publishing
      Everyone on the web can find and read all notes of this public team.
      After the note is published, everyone on the web can find and read this note.
      See all published notes on profile page.
    • Invitee
    • No invitee
Menu Sharing Help
Menu
Options
Versions Transfer ownership Delete this note
Export
Dropbox Google Drive
Import
Dropbox Google Drive Gist Clipboard
Download
Markdown HTML Raw HTML ODF (Beta) PDF (Beta)
Back
Sharing
Sharing Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
More (Invitee)
Publishing
Everyone on the web can find and read all notes of this public team.
After the note is published, everyone on the web can find and read this note.
See all published notes on profile page.
More (Invitee)
Invitee
No invitee
   owned this note    owned this note      
Published Linked with
Like BookmarkBookmarked
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- robots: index, follow lang: en dir: ltr breaks: true --- Supported YAML metadata === First you need to insert syntax like this at the **start** of the note: ``` --- YAML metas --- ``` Replace the "YAML metas" in this section with any YAML options as below. You can also refer to this note's source code. title --- This option will set the note title which prior than content title. > default: not set **Example** ```xml title: meta title ``` description --- This option will set the note description. > default: not set **Example** ```xml description: meta description ``` image --- This option will set the note default image (for link preview). > default: <owner's avatar> **Example** ```xml image: https://hackmd.io/screenshot.png ``` tags --- This option will set the tags which prior than content tags. > default: not set **Example** ```xml tags: features, cool, updated ``` robots --- This option will give below meta in the note head meta: ```xml <meta name="robots" content="your_meta"> ``` So you can prevent any search engine index your note by set `noindex, nofollow`. > default: not set **Example** ```xml robots: noindex, nofollow ``` lang --- This option will set the language of the note, that might alter some typography of it. You can find your the language code in ISO 639-1 standard: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes > default: not set (which will be en) **Example** ```xml lang: ja-jp ``` dir --- This option provide to describe the direction of the text in this note. You can only use whether `rtl` or `ltr`. Look more at here: http://www.w3.org/International/questions/qa-html-dir > default: not set (which will be ltr) **Example** ```xml dir: rtl ``` breaks --- This option means the hardbreaks in the note will be parsed or be ignore. The original markdown syntax breaks only if you put space twice, but HackMD choose to breaks every time you enter a break. You can only use whether `true` or `false`. > default: not set (which will be true) **Example** ```xml breaks: false ``` GA --- This option allow you to enable Google Analytics with your ID. > default: not set (which won't enable) **Example** ```xml GA: UA-12345667-8 ``` disqus --- This option allow you to enable Disqus with your shortname. > default: not set (which won't enable) **Example** ```xml disqus: hackmd ``` slideOptions --- This option allow you provide custom options to slide mode. Please below document for more details: https://github.com/hakimel/reveal.js/#configuration You could also set slide theme which named in below css files: https://github.com/hakimel/reveal.js/tree/master/css/theme **Notice: always use two spaces as indention in YAML metadata!** > default: not set (which use default slide options) **Example** ```xml slideOptions: transition: fade theme: white ```

Import from clipboard

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lost their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
All
  • All
  • Team
No template.

Create a template

Delete template

Do you really want to delete this template?

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

Sign in via SAML

Help

Documents

Tutorials
YAML Metadata
Slide Example
Book Example

Cheatsheet

Example Syntax
Header # Header
  • Unordered List
- Unordered List
  1. Ordered List
1. Ordered List
  • Todo List
- [ ] Todo List
Blockquote
> Blockquote
Bold font **Bold font**
Italics font *Italics font*
Strikethrough ~~Strikethrough~~
19th 19^th^
H2O H~2~O
Inserted text ++Inserted text++
Marked text ==Marked text==
Link [link text](https:// "title")
Image ![image alt](https:// "title")
Code `Code`
var i = 0;
```javascript
var i = 0;
```
:smile: :smile:
Externals {%youtube youtube_id %}
LaTeX $L^aT_eX$

This is a alert area.

:::info
This is a alert area.
:::

Versions

Versions

Version named by    

More Less
  • Edit
  • Delete

Note content is identical to the latest version.
Compare with
    Choose a version
    No search result
    Version not found

Feedback

Submission failed, please try again

Thanks for your support.

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.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.