All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Reorganized README
- Organized, grouped, and ordered configuration settings in settings editor
- Set text color and make bold alternate/setext-style headers (#4)
- Note to README about potential conflicts with "Markdown All in One" extension
- Rename primary branch to "main"
- Remediate dependency vulnerabilities
- Horizontal Rule: Set horizontal rule lines background color and opacity (#1)
- Blockquote: Set blockquote line background color, blockquote text font style and opacity, and blockquote symbol background color and opacity (#1)
- Updated settings configuration to provide color picker in settings editor
- Strike through feature: strikethrough text and set opacity on strikethrough sections
- Fix bug causing lines starting with a list symbol but not followed with a space to be detected as a list
- Fix bug detecting lists with leading spaces
- Improved internal extension logic
- Add support for indented code blocks immediately following horizontal rules
- Add support for indented code blocks immediately following alternate style headers
- Add logic for indented code blocks following lists
- Fix bugs with highlighting headers using alternate header syntax
- Fix bug that highlighted invisible line breaks on headers
- Fix bug detecting starting code fence when preceded with tab
- Fix bug detecting ending code fence longer than starting code fence
- Fix bug detecting indented code blocks indented with spaces then a tab
- Fix bug that highlighted indented lines that immediately followed block quotes
- Make delays between events and updating background colors configurable
- Highlight Current Section Headers
- Ignore fenced and indented code blocks properly when detecting headers
- Detect headers with preceding spaces
- Performance improvements
- Fenced Code Block Background
- Fixes detecting the start of fenced code blocks with preceding spaces
- Cleanup documentation
- Highlight current section headers
- Set background of invisible line breaks (2 trailing spaces)
- Set background of fenced code blocked, indented code blocks, and inline code in Markdown files