Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Fixed bug with recursive transformation in blocks #19

Merged
merged 1 commit into from
Sep 26, 2016

Conversation

paoloantinori
Copy link
Contributor

Fixes #18

Approach:

  • moved handling of block to the top of transformation, to avoid to have them already replaced by other rules
  • extract blocks from the original text, and store them in a datastructure.
  • place a temporary placeholder in place of the original block
  • delegate to the rest of the transformations
  • replace temporary placeholders with the stashed ones

@FokkeZB
Copy link
Owner

FokkeZB commented Sep 25, 2016

Awesome! Could you resolve the conflict in src/J2M.js?

@paoloantinori
Copy link
Contributor Author

Here you go. Sorry, I hadn't noticed I was out of sync.

@FokkeZB FokkeZB merged commit 61d5176 into FokkeZB:master Sep 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants