fletcher / MultiMarkdown-5

Reference implementation of MultiMarkdown; replaces MultiMarkdown v4 (deprecated -- see MMD-6 instead)
https://github.com/fletcher/MultiMarkdown-6
Other
293 stars 46 forks source link

Fix trailing whitespace handling attempt #47

Closed jasedit closed 8 years ago

jasedit commented 8 years ago

This fixes the issue with the original pull request #43, which had a variable shadowing bug that would introduce incorrect behavior when transcluding files with metadata. This version passes make test cleanly.

fletcher commented 8 years ago

That seemed to work. Thanks!!