HackMD
  • Prime
    Prime  Full-text search on all paid plans
    Search anywhere and reach everything in a Workspace with Prime plan.
    Got it
      • Create new note
      • Create a note from template
    • Prime  Full-text search on all paid plans
      Prime  Full-text search on all paid plans
      Search anywhere and reach everything in a Workspace with Prime plan.
      Got it
      • 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
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • More (Comment, 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.
      • Commenting Enable
        Disabled Forbidden Owners Signed-in users Everyone
      • Permission
        • Forbidden
        • Owners
        • Signed-in users
        • Everyone
      • Invitee
      • No invitee
      • Options
      • Versions and GitHub Sync
      • Transfer ownership
      • Delete this note
      • Template
      • Save as template
      • Insert from template
      • Export
      • Dropbox
      • Google Drive
      • Gist
      • Import
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
      • Download
      • Markdown
      • HTML
      • Raw HTML
    Menu Sharing Create Help
    Create Create new note Create a note from template
    Menu
    Options
    Versions and GitHub Sync Transfer ownership Delete this note
    Export
    Dropbox Google Drive Gist
    Import
    Dropbox Google Drive Gist Clipboard
    Download
    Markdown HTML Raw HTML
    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
    Only me
    • Only me
    • Signed-in users
    • Everyone
    Only me Signed-in users Everyone
    Write
    Only me
    • Only me
    • Signed-in users
    • Everyone
    Only me Signed-in users Everyone
    More (Comment, 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 (Comment, Invitee)
    Commenting Enable
    Disabled Forbidden Owners Signed-in users Everyone
    Permission
    Owners
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Invitee
    No invitee
       owned this note    owned this note      
    Published Linked with GitHub
    Like2 BookmarkBookmarked
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # My Paper Title **Firstname Lastname** Affiliation *Email* ## Abstract This is an example of paper written using Markdown. A Markdown document is simply a text file using a human readable syntax for style formatting. ## Introduction The following is an unordered list showing characters formatting: - Bold is applied by enclosing a **word** or a **group of words** in double asterisks - Italic is applied by enclosing a *word* or a *group of words* in single asterisks - Applying superscript is easy: 1^st^, 2^nd^, 3^rd^ - Also applying subscript is easy: H~2~O ## Section Please **do NOT number** titles of sections and sub-sections. Adding an ordered lists is very simple: 1. First item 2. Second item containing an unordered list (indent with 2 spaces): - an item - another item 4. Third item This is an alphanumeric ordered lists: a) First item b) Another item c) Yet another item Footnotes can be easily^[This is the content of a footnote. Footnotes are automatically numbered.] added. ### Sub-section (about figures) To add a figure with a single image the standard method is described below. **Always use and submit images of best quality and resolution available.** ![Figure 1](img/01.jpg =60%x) Write here the image caption. Inside round parenthesis specify the **name of image file** (in this case "01.jpg") and the **width of image** expressed as percentage of page width; for example if you want the width of your image to be 60% of page width, write **=60%x** after the name of image file. If your paper has **5 figures or less** you can follow the alternative method described below and avoid sending images by email. ![Figure 2](https://i.imgur.com/knOflul.jpg =40%x) You can upload your images online and specify the URL of the image. After the link specify the width of image as explained before. This example shows the capabilities of Markdown. If you need to add **a figure made by a composition of images**, just describe in plain words the composition you want (for example *"3 images 05a.jpg 05b.png 05c.jpg side by side"* or *"2 images 08a.jpg 08b.png above 2 images 08c.png 08d.png"*). If needed, in caption you can refer to sub-images of the composition with "a), b), c)..." and we'll take care to add such sub-captions. In order to print an image at full width (100% of text width) its **horizontal resolution must be 1800 pixels or more**. If your image has a lower horizontal resolution you must indicate an image width reduced accordingly (for example max 50% width for an image of 900 pixels of horizontal resolution, and so on). #### Sub-sub-section (about tables) Simple tables can be generated easily. Below you find the shortcuts to type some useful characters in Windows (digit the number on the numeric keypad while keeping pressed the left-ALT key). ![Table 1]() Write here the table caption. | Description | Character | Shortcut | | -------------------------------- |:---------:|:--------:| |left double curly quotation mark | “ | ALT+0147 | |right double curly quotation mark | ” | ALT+0148 | |left single curly quotation mark | ‘ | ALT+0145 | |right single curly quotation mark | ’ | ALT+0146 | |left double angle quotation mark | « | ALT+0171 | |right double angle quotation mark | » | ALT+0187 | |tilde | ~ | ALT+0126 | |medium ("en") dash (longer than minus sign)|– | ALT+0150 | |long ("em") dash |— |ALT+0151| |backtick (must be preceded by a backslash in source)|\`| ALT+096 | Do not try to create complex tables with Markdown; **send tables separately as PNG or PDF image files** instead. *This is an example of table which image file is sent by email.* ![Table 2](img/12.png =80%x) *This is an example of table which image is uploaded online (use this method only if your paper has 5 uploaded images or less).* ![Table 3](https://imgur.com/CntAMxG.png =80%x) ### Sub-section (about math formulas) Math formulas of any complexity (also inline, like $E=mc^2$) can be added using LaTeX syntax: $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$ ## Another section about citations and abbreviations A bibliographic reference can be cited this way ([Gorman, 2001, pp. 34-50](#br2)) or this way [[2](#br2)]; "br" means "bibliographic reference", and "2" is the label of the reference. If you have acronyms or abbreviations (like UNESCO) you can help the reader by giving the definition. *[UNESCO]: United Nations Educational, Scientific and Cultural Organization ## Conclusion If you want to learn more about Markdown document formatting visit [Markdown Tutorial](https://www.markdowntutorial.com/) (now you also know how to add an internet link to your document!). However, be aware that Markdown is a relatively new technology and there are different dialects of Markdown. ## References [1] Laplante, J. P., & Nolin, C. (2014). “Consultas and socially responsible investing in Guatemala: A case study examining Maya perspectives on the Indigenous right to free, prior, and informed consent”. *Society & Natural Resources*, 27, 231–248. doi:10.1080/08941920.2013.861554 [2] Gorman, P. (2001). “The look: adventures in pop & rock fashion”, *Sanctuary Publishing Ltd*, London.

    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 is not available.


    Upgrade

    All
    • All
    • Team
    No template found.

    Create custom template


    Upgrade

    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

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Tutorials

    Book Mode Tutorial

    Slide Mode Tutorial

    YAML Metadata

    Contacts

    Facebook

    Twitter

    Feedback

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # 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
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions

    Versions and GitHub Sync

    Sign in to link this note to GitHub Learn more
    This note is not linked with GitHub Learn more
     
    Add badge Pull Push GitHub Link Settings
    Upgrade now

    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.

        Link with GitHub

        Please authorize HackMD on GitHub

        Please sign in to GitHub and install the HackMD app on your GitHub repo. Learn more

         Sign in to GitHub

        HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Available push count

        Upgrade

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Upgrade

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully