Release v2.2.0
Added
- Option to focus on an error when the extension shows a notification of a problem.
Changed
- Simplified parser to better support the markdown syntax used by Visual Studio Code, this means that pipes (
|
) inside cells SHOULD be escaped with a backslash (\
) otherwise they will be interpreted as column dividers. (Issue #42)
Fixed
- Formatting of tables that are in lists or indented.