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.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Slide example
Choose Slide Mode in the top right sharing menu and hit "Preview" to see your slide.
For feature details please visit:
https://github.com/hakimel/reveal.js/
You can use
URL query
orslideOptions
of the YAML metadata to customize your slides.First slide
---
Is the divider of slides
First branch of first the slide
----
Is the divider of branches
Use the Space key to navigate through all slides.
Second branch of first the slide
Nested slides are useful for adding additional detail underneath a high-level horizontal slide.
Point of View
Press ESC to enter the slide overview.
Touch Optimized
Presentations look great on touch devices, like mobile phones and tablets. Simply swipe through your slides.
Fragments
<!-- .element: class="fragment" data-fragment-index="1" -->
Is the fragment syntax
Hit the next arrow…
… to step through …
… a fragmented slide.
Note:
This slide has fragments which are also stepped through in the notes window.
Fragment Styles
There are different types of fragments, like:
grow
shrink
fade-out
fade-up (also down, left and right!)
current-visible
Highlight red blue green
Transition Styles
Different background transitions are available via the transition option. This one's called "zoom".
<!-- .slide: data-transition="zoom" -->
Is the transition syntax
You can use:
none/fade/slide/convex/concave/zoom
<!-- .slide: data-transition="fade-in convex-out" -->
Also, you can set different in/out transition
You can use:
none/fade/slide/convex/concave/zoom
postfix with
-in
or-out
<!-- .slide: data-transition-speed="fast" -->
Custom the transition speed!
You can use:
default/fast/slow
Themes
reveal.js comes with a few themes built in:
Black (default) - White - League - Sky - Beige - Simple
Serif - Blood - Night - Moon - Solarized
It can be set in YAML slideOptions
<!-- .slide: data-background="#1A237E" -->
Is the background syntax
Image Backgrounds
<!-- .slide: data-background="image.png"-->
Tiled Backgrounds
<!-- .slide: data-background="image.png" data-background-repeat="repeat" data-background-size="100px" -->
Video Backgrounds
<!-- .slide: data-background-video="video.mp4,video.webm" -->
… and GIFs!
Pretty Code
Code syntax highlighting courtesy of highlight.js.
Marvelous List
Fantastic Ordered List
Tabular Tables
Clever Quotes
Intergalactic Interconnections
You can link between slides internally, like this.
Speaker
There's a speaker view. It includes a timer, preview of the upcoming slide as well as your speaker notes.
Press the S key to try it out.
Note:
Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit
s
on your keyboard).Take a Moment
Press
B
or.
on your keyboard to pause the presentation. This is helpful when you're on stage and want to take distracting slides off the screen.Spotlight
Enable with
slideOptions.spotlight.enabled: true
in YAML frontmatterDemo
Slides Timer
Enable with
slideOptions.allottedMinutes = {? minutes}
in YAML frontmatterDemo
The End