Skip to content

Commit 28845f7

Browse files
authored
Merge pull request #57 from darkriszty/feature/ignore-directive
Support ignore directive
2 parents 16d8dac + c83c279 commit 28845f7

8 files changed

Lines changed: 1295 additions & 698 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Change Log
22

3-
All notable changes to the `markdowntableprettify` extension will be documented in this file.
3+
All notable changes will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## 3.4.0 - 2020-04-04
10+
### Added
11+
- Issue #56: Support ignoring parts of documents with an ignore directive.
12+
913
## 3.3.0 - 2020-03-25
1014
### Added
1115
- Issue #54: Config to support more languages in VSCode formatting.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Makes tables more readable for humans. Compatible with the Markdown writer plugi
1515
- Support empty columns inside tables.
1616
- Support column alignment options with ":".
1717
- Find and format multiple tables.
18+
- Support \``code blocks`\` and ignore blocks with `<!-- markdown-table-prettify-ignore-start -->` and `<!-- markdown-table-prettify-ignore-end -->`.
1819
- Support indented tables.
1920

2021
## Visual Studio Code

0 commit comments

Comments
 (0)