Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support wrapping with count (#103) #104

Merged
merged 11 commits into from
May 16, 2020
Merged

Support wrapping with count (#103) #104

merged 11 commits into from
May 16, 2020

Conversation

SidOfc
Copy link
Owner

@SidOfc SidOfc commented May 16, 2020

This PR adds functionality and changes some default behavior based on feature request #103.

  • Instead of wrapping word, it will now wrap WORD instead (changed default behavior)
  • It allows users to prefix the following mappings with a [COUNT]:
    • Wrapping bold
    • Wrapping italic
    • Wrapping strikethrough
    • Wrapping inline code
    • Wrapping links

Also added tests to verify the behavior works as intended.

Additionally, some bugs were fixed which now allow mkdx to handle wrapping single-character "words" a bit better, and wrapping last-word-in-line is also less buggy now.

@SidOfc SidOfc self-assigned this May 16, 2020
@SidOfc SidOfc added the feature:implementation Submitting new and additions to existing features. label May 16, 2020
@SidOfc SidOfc merged commit f05da1a into master May 16, 2020
@SidOfc SidOfc deleted the feature/wrap-with-count branch May 23, 2020 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature:implementation Submitting new and additions to existing features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant