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

Fix intra-word formatting and other small issues #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

karimatthews
Copy link

@karimatthews karimatthews commented Jun 16, 2019

See this PR for details of the changes.

To Do:

  • Update references to point at this repo.
  • Resolve conflicts

@karimatthews karimatthews changed the title Minor bugfixes Fix intra-word formatting and other small issues Jun 16, 2019
Prefer const to var

Fis whitespace check on strikethrough

Use 2 spaces for indenting

Comment out citation test

Standardize formatting

Use let rather than const where appropriate

Fix markdown to jira strikethrough

Do not transform intra-word underscores

Do not transform intra-word asterisks

Remove citation from example blob to fix integration test

Prevent intra-word formatting in the markdown to jira direction

Handle multpile sections of bold and italic in a string

Handle multiple codeblocks in the jira to markdown direction

Fix tests to expect that formating should not be applied within codeblocks and {noformat} blocks

Handle edge cases for bold and italic formatting

Use nested describe blocks to make tests clearer

Add an underscore in front of unused arguments

Improve emphasis formatting from markdown to Jira

Add unit tests for urls and emails

Get rid of Makefile

Prevent further formatting being performed within codeblocks and noformat blocks

Update package.json

Add FAQ section to README

Add unit test for md2jira multiple codeblocks

Remove unnecessary comment

Make J2M a 'Class' for readability

Remove stale code

Require a specific direction when transforming MD

Update references
@kylefarris
Copy link
Owner

If you can resolve the conflicts, I'd be happy to merge this in.

@kylefarris kylefarris added the bug label Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants