Skip to content

Commit 15a265a

Browse files
committed
Update README.md
1 parent 5e83f96 commit 15a265a

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,13 @@ $ hmd2html -s hello.md -l ./myLayout.html
9393

9494
## Support
9595

96-
| Features | hmd2html | HackMD Online Editor | Download HTML by HackMD| |
96+
`hmd2html`: our tool (the latest)
97+
98+
`HackMD Online`: HackMD Online Editor
99+
100+
`HackMD Default Converter`: The default markdown to html converter provided by HackMD i.e., download HTML file on HackMD.
101+
102+
| Features | hmd2html | HackMD Online | HackMD Default Converter | |
97103
|---------------|:---------:|:-------:|--|--|
98104
| ToC |||||
99105
| Emoji |||||
@@ -146,27 +152,27 @@ $ hmd2html -s hello.md -l ./myLayout.html
146152

147153
### Support Externals
148154

149-
| Features | hmd2html | HackMD Online Editor | Download HTML by HackMD|
155+
| Features | hmd2html | HackMD Online | HackMD Default Converter|
150156
|-------------|:---------:|:-------:|--|
151157
| Youtube ||||
152158
| Vimeo ||||
153159
| Gist ||||
154160
| SlideShare ||||
155-
| Speakerdeck ||||
156-
| PDF ||||
161+
| Speakerdeck ||||
162+
| PDF ||||
157163
| Figma ||||
158164

159165
### Support YAML Metadata
160166

161-
| Features | hmd2html | hackMD | |
162-
|---------------|:---------:|:-------:|--|
163-
| title || | `<title></title>`<br>`<meta name="twitter:title">`<br>`<meta property="og:title">`|
164-
| description || | `<meta name="description">`<br>`<meta name="twitter:description">`<br>`<meta property="og:description">` |
165-
| robots || | `<meta name="robots">` |
166-
| lang || | `<html lang="">` |
167-
| dir || | `<html dir="">` |
168-
| image || | `<meta property="og:image">`<br>`<meta name="twitter:image:src">` |
169-
| others || | Hide the metadata by html comment |
167+
| Features | hmd2html | Implementation |
168+
|---------------|:---------:|:-------:|
169+
| title || `<title></title>`<br>`<meta name="twitter:title">`<br>`<meta property="og:title">`|
170+
| description || `<meta name="description">`<br>`<meta name="twitter:description">`<br>`<meta property="og:description">` |
171+
| robots || `<meta name="robots">` |
172+
| lang || `<html lang="">` |
173+
| dir || `<html dir="">` |
174+
| image || `<meta property="og:image">`<br>`<meta name="twitter:image:src">` |
175+
| others || Hide the metadata by html comment |
170176

171177
HackMD sets the `lang` tag and `dir` tag at the beginning of `<body>`. hmd2html sets the the `lang` tag and `dir` tag at `<html>`.
172178

0 commit comments

Comments
 (0)