mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
docs: add FAQ
This commit is contained in:
parent
bce35d90ee
commit
6ee2e08a05
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
|
@ -201,6 +201,19 @@ Expected result:
|
|||
|
||||
---
|
||||
|
||||
## FAQ's
|
||||
|
||||
### Is it working on the table and callout?
|
||||
Of course it's working on both.
|
||||
|
||||
### Does the plugin work on large files?
|
||||
I tested it on a 250kB file and it's still working. This plugin also uses parser that implemented simple incremental and partial parsing, so you don't need to worry about facing with big files. But if you still have some issues with it, feel free to inform me what the issues you are struggling with.
|
||||
|
||||
### Can I use another color for highlights, other than those specified?
|
||||
For sure. But, for the moment, you can only do color customizing through the CSS. Use selector `.cm-custom-highlight.cm-custom-highlight-YOURCOLOR, .custom-highlight custom-highlight-YOURCOLOR` in the CSS rule (change "YOURCOLOR" with the text you will use in the color tag) and set the `background-color` as you desire.
|
||||
|
||||
I have plan in the future to implement it in the settings.
|
||||
|
||||
## Features to be Implemented in The Future
|
||||
|
||||
- [x] Enable/disable formatting in settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue