You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/docs/features.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,12 @@ Features
3
3
4
4
Introduction
5
5
===
6
-
<iclass="fa fa-file-text"></i> **HackMD** is a realtime, multiplatform collaborative markdown note editor.
6
+
<iclass="fa fa-file-text"></i> **HackMD** is a realtime, multi-platform collaborative markdown note editor.
7
7
This means that you can write notes with other people on your **desktop**, **tablet** or even on the **phone**.
8
-
You can sign-in via **Facebook**, **Twitter**, **GitHub**, or **Dropbox** in the [_homepage_](/).
8
+
You can sign-in via multiple auth providers like **Facebook**, **Twitter**, **GitHub** and many more on the [_homepage_](/).
9
9
10
-
Note that this service is still in an early stage, and thus still has some [_issues_](https://github.com/hackmdio/hackmd/issues?q=is%3Aopen+is%3Aissue+label%3Abug).
11
-
Please report new issues in [GitHub](https://github.com/hackmdio/hackmd/issues/new).
12
-
If you need instant help, please send us a [Facebook message](https://www.messenger.com/t/hackmdio).
10
+
If you experience any _issues_, feel free to report it on [**GitHub**](https://github.com/hackmdio/hackmd/issues).
11
+
Or meet us on [**Gitter**](https://gitter.im/hackmdio/hackmd) for dev-talk and interactive help.
13
12
**Thank you very much!**
14
13
15
14
Workspace
@@ -137,7 +136,7 @@ alert(s);
137
136
function $initHighlight(block, cls) {
138
137
try {
139
138
if (cls.search(/\bno\-highlight\b/) != -1)
140
-
return process(block, true, 0x0F) +
139
+
return process(block, true, 0x0F) +
141
140
' class=""';
142
141
} catch (e) {
143
142
/* handle exception */
@@ -157,7 +156,7 @@ alert(s);
157
156
function $initHighlight(block, cls) {
158
157
try {
159
158
if (cls.search(/\bno\-highlight\b/) != -1)
160
-
return process(block, true, 0x0F) +
159
+
return process(block, true, 0x0F) +
161
160
' class=""';
162
161
} catch (e) {
163
162
/* handle exception */
@@ -259,7 +258,7 @@ cond(no)->op2
259
258
digraph hierarchy {
260
259
261
260
nodesep=1.0 // increases the separation between nodes
262
-
261
+
263
262
node [color=Red,fontname=Courier,shape=box] //All nodes will this shape and colour
264
263
edge [color=Blue, style=dashed] //All the lines look like this
265
264
@@ -386,7 +385,7 @@ Subscript: H~2~O
386
385
387
386
> Blockquotes can also be nested...
388
387
>> ...by using additional greater-than signs right next to each other...
0 commit comments