Skip to content

Commit

Permalink
Merge pull request #53 from marp-team/fix-incorrect-accessibility
Browse files Browse the repository at this point in the history
Fix incorrect accessibility of Marp.applyMarkdownItPlugins()
  • Loading branch information
yhatt authored Dec 2, 2018
2 parents 13d44bd + dcef139 commit 6f0e8eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Fixed

- Fix incorrect accessibility of `options` property ([#51](https://github.com/marp-team/marp-core/pull/51))
- Fix incorrect accessibility of members in `Marp` ([#51](https://github.com/marp-team/marp-core/pull/51), [#53](https://github.com/marp-team/marp-core/pull/53))

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src/marp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class Marp extends Marpit {
this.themeSet.add(uncoverTheme)
}

applyMarkdownItPlugins(md = this.markdown) {
protected applyMarkdownItPlugins(md = this.markdown) {
super.applyMarkdownItPlugins(md)

const { emoji, html, math } = this.options
Expand Down

0 comments on commit 6f0e8eb

Please sign in to comment.