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
{{ message }}
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
| code | The code that is displayed in the editor, with line breaks |
24
24
| language | The programming language |
25
-
| showlinenumbers | Will show/hide the line numbers (WIP - [Codeflask #132](https://github.com/kazzkiq/CodeFlask/issues/132)) |
25
+
| showlinenumbers | Will show/hide the line numbers (Default true) (WIP - [Codeflask #132](https://github.com/kazzkiq/CodeFlask/issues/132)) |
26
26
27
27
28
28
---
@@ -31,12 +31,14 @@ It was built to be an improvement on :
31
31
32
32
> TODO!
33
33
34
-
This plugin is compatible with
34
+
This plugin *will be* compatible with
35
35
36
36
npm i editorjs-markdown-parser
37
37
38
38
It will import/export using the code fence markdown style, with the language printed imediatly after the first fence, as described in [GFM #117](https://github.github.com/gfm/#example-112)
39
39
40
+
Line-numbers cant be expressed in markdown, so will be ommited
0 commit comments