Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit b7a47df

Browse files
committed
readme changes
1 parent cfefc6f commit b7a47df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It was built to be an improvement on :
2222
| --------------- | ---------------------------------------------------------- |
2323
| code | The code that is displayed in the editor, with line breaks |
2424
| 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)) |
2626

2727

2828
---
@@ -31,12 +31,14 @@ It was built to be an improvement on :
3131

3232
> TODO!
3333
34-
This plugin is compatible with
34+
This plugin *will be* compatible with
3535

3636
npm i editorjs-markdown-parser
3737

3838
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)
3939

40+
Line-numbers cant be expressed in markdown, so will be ommited
41+
4042
Example :
4143

4244
```javascript

0 commit comments

Comments
 (0)