Skip to content

Commit

Permalink
Fix indentation in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed May 3, 2020
1 parent 26e08d6 commit 5dd3d68
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/src/markdown/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

- **NEW**: Add support for `underline` and `glow` in highlighted code blocks.

Currently Sublime's API has a bug
(https://github.com/sublimehq/sublime_text/issues/3316) that prevents underline from being detected, you can enable
the `mdpopups.legacy_color_matcher` to work around this issue until it is fixed. But keep in mind, leg this is not
required as MdPopups will continue working just fine, just without showing underlines in highlighted code.

While `glow` support has been added, it will not actually display proper in `minihtml` as `minihtml` cannot yet
support the CSS `text-shadow` feature that is used to create the glow effect. If/when this support is added to
Sublime, the glow effect *should* work.
Currently Sublime's API has a bug
(https://github.com/sublimehq/sublime_text/issues/3316) that prevents underline from being detected, you can enable
the `mdpopups.legacy_color_matcher` to work around this issue until it is fixed. But keep in mind, leg this is not
required as MdPopups will continue working just fine, just without showing underlines in highlighted code.

While `glow` support has been added, it will not actually display proper in `minihtml` as `minihtml` cannot yet
support the CSS `text-shadow` feature that is used to create the glow effect. If/when this support is added to
Sublime, the glow effect *should* work.

- **NEW**: Add option `mdpopups.legacy_color_matcher` to enable the legacy color matcher.

Expand Down

0 comments on commit 5dd3d68

Please sign in to comment.