Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Feb 27, 2023
1 parent 4fe5f23 commit 6e81c00
Show file tree
Hide file tree
Showing 4 changed files with 3,664 additions and 21 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.20.0 (February 27, 2023)

- feat: add applyAllRules config
- feat: add enableHtmlConverter & enableRulesForHtml
- fix: fix spaces-after-image bug
- fix: fix bug in to-markdown
- fix: fix chinese character bug in #87 , using the method from #44

## 0.19.4 (December 17, 2022)

- Add ${relativeFileDirname} ${workspaceFolderBasename} ${file} predefines. #89 #93
Expand Down
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,28 @@ Smartly paste for Markdown.

**NOTE** While pasting image, this option also apply to render image path link.


- `MarkdownPaste.applyAllRules`

If true, it will apply all rules to the same text orderly, instead only the first applicable one.

Default value is `True`.


- `MarkdownPaste.enableHtmlConverter`

Enable/disable converting html to markdown.

Default value is `True`.


- `MarkdownPaste.enableRulesForHtml`

Enable/disable using rules after converting html to markdown.

Default value is `True`.


- `MarkdownPaste.lang_rules`

As `MarkdownPaste.rules`, you can define rules for other language (for example: asciidoc).
Expand Down
Loading

0 comments on commit 6e81c00

Please sign in to comment.