fletcher / MultiMarkdown-4

This project is now deprecated. Please use MultiMarkdown-6 instead!
https://github.com/fletcher/MultiMarkdown-5
Other
307 stars 59 forks source link

Abbreviations seem to be broken #81

Closed rodyo closed 10 years ago

rodyo commented 10 years ago

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

<h1 id="somechapter">Some chapter</h1>

<p>*[HTML]: HyperText Markup Language</p>

<p>*[W3C]: World Wide Web Consortium</p>

<p>The HTML specification is maintained by the W3C. HTML is awesome, but tedious to write.</p>

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.

fletcher commented 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.

rodyo commented 10 years ago

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.

fletcher commented 10 years ago

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.

fletcher commented 10 years ago

I don't bump the version number with every change. If you want the latest, always build from source.

rodyo commented 10 years ago

That's where build numbers (appended after the minor revision numbers) come in handy :) Oh well.

Thanks for the great work!

fletcher commented 10 years ago

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.