Skip to content

fix issue #2 about inverting headings h2 and h3 | change headings in … - #3

Open
gtonye wants to merge 1 commit into
tanin47:masterfrom
gtonye:master
Open

fix issue #2 about inverting headings h2 and h3 | change headings in …#3
gtonye wants to merge 1 commit into
tanin47:masterfrom
gtonye:master

Conversation

@gtonye

@gtonye gtonye commented Dec 10, 2016

Copy link
Copy Markdown

Before:

==a test== was converted into an <h3>a text</h3>
===a test=== was converted into an <h2>a text</h2>

Now:

==a test== is converted into an <h2>a text</h2>
===a test=== is converted into an <h2>a text</h2>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant