Closed rodyo closed 10 years ago
You have to compile from source for the latest features.
Sent from my iPhone
On Jul 31, 2014, at 10:56 AM, Rody Oldenhuis notifications@github.com wrote:
The most recent version for Windows (4.5.3) does not seem to handle abbreviations as described in the user manual. Take example.md:
Some chapter
*[HTML]: HyperText Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification is maintained by the W3C. HTML is awesome, but tedious to write. Running a simple:
multimarkdown.exe example.md Gives
Some chapter
*[HTML]: HyperText Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification is maintained by the W3C. HTML is awesome, but tedious to write. It does not seem to matter what other options are passed to multimarkdown.exe, nor where the definitions are placed in the text file, nor anything else I've tried. — Reply to this email directly or view it on GitHub.
Ah this is a new feature?
In that case, the docs on the website are a bit misleading. If you're on the root of the user manual, it says "multimarkdown 4.5.3" on the top, indicating that the documentation below it applies to that version.
New since last version number.
Sent from my iPhone
On Jul 31, 2014, at 12:01 PM, Rody Oldenhuis notifications@github.com wrote:
Ah this is a new feature?
— Reply to this email directly or view it on GitHub.
I don't bump the version number with every change. If you want the latest, always build from source.
That's where build numbers (appended after the minor revision numbers) come in handy :) Oh well.
Thanks for the great work!
Each time I release a new build, it's a new version number. These are new features added between builds.
Sent from my iPhone
On Aug 1, 2014, at 2:53 AM, Rody Oldenhuis notifications@github.com wrote:
That's where build numbers (appended after the minor revision numbers) come in handy :) Oh well.
Thanks for the great work!
— Reply to this email directly or view it on GitHub.
The most recent version for Windows (4.5.3) does not seem to handle abbreviations as described in the user manual. Take
example.md
:Running a simple:
Gives
It does not seem to matter what other options are passed to
multimarkdown.exe
, nor where the definitions are placed in the text file, nor anything else I've tried.