Skip to content

Commit

Permalink
Add note to README about potential conflicts with Markdown All in One
Browse files Browse the repository at this point in the history
  • Loading branch information
baincd committed Nov 27, 2022
1 parent 97fe990 commit 554f3c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ All these features can be configured or disabled
* Selected text is not visibly highlighted if the background color is 100% opaque. To fix this, [set the alpha channel](https://www.w3schools.com/css/css3_colors.asp) so that background is partially transparent. This can be done by defining background colors using either of these formats:
- `#RRGGBBAA` (ex: `#0A0A0A66` → the "66" is the Alpha channel in hex. "FF" is 100% opaque, "00" is 100% transparent, 66 is approx 40% opaque)
- `rgba(r,g,b,a)` (ex: `rgba(10,10,10,0.40)` → 0.40 is the opacity on a scale of 0.0-1.0)

### Conflicts

The popular extension "Markdown All in One" (yzhang.markdown-all-in-one) also adds colors and decorations to markdown files, some of which overlap and could cause conflicts with this extension.

If you are not seeing the expected behavior from this extension and have "Markdown All in One" also installed, review "Markdown All in One" settings that start with `markdown.extension.theming.decoration` to see if any may be conflicting with this extension.

0 comments on commit 554f3c4

Please sign in to comment.