(archive)HackMD-Slide-Mode
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Help
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
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
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- title: 簡報範例03 description: HackMD-簡報模式-資源03 tags: slide-mode lang: zh-tw --- # 簡報範例03 --- ## 1. HackMD 語法 --- ## 換頁符號 按鍵 | 語法 ---- | ------- → | `---` ↓ | `----` <p style="text-align: center;"> 這頁可以往下喔 </p> ``` 換頁符號顏色 - 正常:藍色 - 錯誤:橘色 若看到橘色請多加一個enter換行 換頁解析錯誤的話檢查換頁符號前後是否有空白 ``` ---- ## 這是往下的頁面 --- ## 更換投影片背景顏色 <!-- .slide: data-background="#CC0000" --> 背景顏色換成#CC0000囉 ``` <!-- .slide: data-background="#CC0000" --> ``` --- ## 內容加上淡出動畫 ``` <!-- .element: class="fragment" data-fragment-index="1" --> ``` - data-fragment-index: 出場順序 ``` - 淡出1 <!-- .element: class="fragment" data-fragment-index="1" --> - 淡出2 <!-- .element: class="fragment" data-fragment-index="2" --> - 淡出3 <!-- .element: class="fragment" data-fragment-index="3" --> - 淡出4 <!-- .element: class="fragment" data-fragment-index="4" --> ``` - 淡出1 <!-- .element: class="fragment" data-fragment-index="1" --> - 淡出2 <!-- .element: class="fragment" data-fragment-index="2" --> - 淡出3 <!-- .element: class="fragment" data-fragment-index="3" --> - 淡出4 <!-- .element: class="fragment" data-fragment-index="4" --> --- <!-- .slide: data-transition="zoom" --> ## 轉場動畫 ``` <!-- .slide: data-transition="zoom" --> ``` ``` 轉場效果共有 fade / slide / convex / concave / zoom ``` ---- <!-- .slide: data-transition="fade" --> ## fade ``` <!-- .slide: data-transition="fade" --> ``` ---- <!-- .slide: data-transition="slide" --> ## slide ``` <!-- .slide: data-transition="slide" --> ``` ---- <!-- .slide: data-transition="convex" --> ## convex ``` <!-- .slide: data-transition="convex" --> ``` ---- <!-- .slide: data-transition="concave" --> ## concave ``` <!-- .slide: data-transition="concave" --> ``` ---- <!-- .slide: data-transition="zoom" --> ## zoom ``` <!-- .slide: data-transition="zoom" --> ``` ---- <!-- .slide: data-transition="fade-in convex-out" --> ## 設定不同的進入及離開效果 ``` <!-- .slide: data-transition="fade-in convex-out" --> ``` ``` 結尾可設定不同的進入及離開 進場:-in 離開:-out ``` ---- ## 以上就是所有轉場動畫進入及離開的效果 --- ## 自訂轉場的速度 <!-- .slide: data-transition-speed="fast" --> ``` <!-- .slide: data-transition-speed="fast" --> ``` 你可以使用: default / fast / slow ---- ## default <!-- .slide: data-transition-speed="default" --> ``` <!-- .slide: data-transition-speed="default" --> ``` ---- ## fast <!-- .slide: data-transition-speed="fast" --> ``` <!-- .slide: data-transition-speed="fast" --> ``` ---- ## slow <!-- .slide: data-transition-speed="slow" --> ``` <!-- .slide: data-transition-speed="slow" --> ``` ---- ## 以上就是所有轉場動畫速度設定的效果 --- ## 2. Markdown 語法 --- ## 標題-效果 # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 ---- ## 標題-語法 ``` # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 ``` --- ## 清單-效果 1. 第一則列表項目 2. 另一個項目 * 無序的次清單。 1. 數字本身是否排序並不重要,通通使用相同的數字也可以。 1. 排序的次清單。 4. 另一個項目 ---- ## 清單-語法 ``` 1. 第一則列表項目 2. 另一個項目 * 無序的次清單。 1. 數字本身是否排序並不重要,通通使用相同的數字也可以。 1. 排序的次清單。 4. 另一個項目 * 可以使用星號建立無序清單 - 或是短橫線(負號) + 使用半形加號也可以 ``` --- ## 強調語法-效果 強調,例如義大利斜體,可以使用 *asterisks* 或 _underscores_。 加重語氣的強調,例如粗體,可以用 **asterisks** 或 __underscores__。 你還可以混用這兩種 **asterisks and _underscores_**。 替文字加上刪除線,像這樣 ~~Scratch this.~~ ---- ## 強調語法-語法 ``` 強調,例如義大利斜體,可以使用 *asterisks* 或 _underscores_。 加重語氣的強調,例如粗體,可以用 **asterisks** 或 __underscores__。 你還可以混用這兩種 **asterisks and _underscores_**。 替文字加上刪除線,像這樣 ~~Scratch this.~~ ``` --- ## 連結設定-效果 [這是一個行內連結](https://www.google.com) [這是一個帶有標題的行內連結(滑鼠移上去看看)](https://www.google.com "Google's Homepage") [這是一個參考連結][Arbitrary case-insensitive reference text] [這是一個對應到 Git 倉儲檔案的相對參考連結](../blob/master/LICENSE) [參考標的物,也可以使用數字][1] 直接使用文字對應也可以 [這段文字連到參考項目] 參考項目可以寫在文檔的最後,有點像書內的註解(註腳)。 [arbitrary case-insensitive reference text]: https://www.mozilla.org [1]: http://slashdot.org [這段文字連到參考項目]: http://www.reddit.com ---- ## 連結設定-語法 ``` [這是一個行內連結](https://www.google.com) [這是一個帶有標題的行內連結(滑鼠移上去看看)](https://www.google.com "Google's Homepage") [這是一個參考連結][Arbitrary case-insensitive reference text] [這是一個對應到 Git 倉儲檔案的相對參考連結](../blob/master/LICENSE) [參考標的物,也可以使用數字][1] 直接使用文字對應也可以 [這段文字連到參考項目] 參考項目可以寫在文檔的最後,有點像書內的註解(註腳)。 [arbitrary case-insensitive reference text]: https://www.mozilla.org [1]: http://slashdot.org [這段文字連到參考項目]: http://www.reddit.com ``` --- ## 圖片-效果 這是我們的 logo (將滑鼠移到圖片上會顯示圖片標題): 行內格式: ![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo 標題文字範例一") 參考連結格式: ![alt text][logo] [logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo 標題文字範例二" ---- ## 圖片-語法 ``` 這是我們的 logo (將滑鼠移到圖片上會顯示圖片標題): 行內格式: ![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo 標題文字範例一") 參考連結格式: ![alt text][logo] [logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo 標題文字範例二" ``` --- ## 程式代碼與語法高亮標示-效果 ```javascript var s = "JavaScript syntax highlighting"; alert(s); ``` ```python s = "Python syntax highlighting" print s ``` ``` No language indicated, so no syntax highlighting. But let's throw in a <b>tag</b>. ``` ---- ## 程式代碼與語法高亮標示-語法 ![](https://i.imgur.com/4NYYevK.png) --- ## 表格-效果 - table1 | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | - table2 Markdown | Less | Pretty --- | --- | --- *Still* | `renders` | **nicely** 1 | 2 | 3 ---- ## 表格-語法 ``` 冒號(Colons)是用來對齊的(擺左齊左、擺右齊右,都擺就置中)。 | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | 最外圍的豎線(|)不是絕對需要,在原始文檔中你可以不要太在意美觀,實際轉成網頁或電子書時會呈現得很好。你也可以在表格內使用行內格式。 Markdown | Less | Pretty --- | --- | --- *Still* | `renders` | **nicely** 1 | 2 | 3 ``` --- ## 水平分隔線 ``` 三個或三個以上的符號,必須在獨立的一行,前後不能有其他文字。 `---` 短橫線(Hyphens)。但是注意會和分頁功能稍微衝突到>< `***` 半形星號(Asterisks) `___` 下底線(Underscores) ``` --- ## iframe 基本上就是打 `{}` 就可以顯示常用的功能,並做代碼自動補齊。 但這在筆記的編輯模式比較好應用,如果是簡報模式的話,建議用 HTML-iframe 語法。 下面列出常見的語法模板。 ---- ``` {%youtube youtubeid %} {%vimeo vimeoid %} {%gist gistid %} {%slideshare slideshareid %} {%speakerdeck speakerdeckid %} {%pdf pdfurl %} {%hackmd noteid %} <iframe width="100%" height="500" src="https://hackmd.io/LqVAx2IITcKkAKu-VGbojA" frameborder="0"></iframe> ``` ---- {%hackmd LqVAx2IITcKkAKu-VGbojA %} ---- <iframe width="100%" height="500" src="https://hackmd.io/LqVAx2IITcKkAKu-VGbojA" frameborder="0"></iframe> --- ## END

Import from clipboard

Paste your markdown or webpage here...

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 lose their connection.

Create a note from template

Create a note from template

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

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

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 Sign in with Wallet
Wallet ( )
Connect another wallet

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

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

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 and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

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.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      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
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

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

      Syncing

      Push failed

      Push successfully