WP Manifestindependent plugin directory
manifest / unclassified / markdress

Markdown Extra

Serve Markdown files as web pages

by Michel Fortin · github.com/sanand0/markdress · website

19stars
3forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/sanand0/markdress/archive/refs/heads/master.zip

Readme

Markdress

Markdress lets you serve Markdown files as a website.

This used to be hosted at http://markdress.org but not since Dec 2012. (To render a Markdown file at http://goo.gl/zTG1q, you would have visited http://markdress.org/goo.gl/zTG1q)

Clone this repo and run it behind PHP on Apache. If this folder is at /markdress/, then /markdress/goo.gl/zTG1q will automatically load http://goo.gl/zTG1q

Sample usage:

<form onsubmit="window.location+=document.forms[0].path.value.replace(/^.*:\/\//, '');return false;">
  <label>
    Type a Markdown URL:
    <input name="path" placeholder="URL">
  </label>
  <button type="Submit">Render</button>
</form>

Alternatives

So why Markdress? To test throwaway pages without creating accounts.

Feel free to use it. But there's no guarantee the site will remain forever.

FAQ

Can I use my own hosted version of Markdress?

Yes. Download from https://github.com/sanand0/markdress.

Can I use Markdress with GitHub, Bitbucket, etc?

Only if they have a http:// address (not https://). But these sites already render text markup as HTML in their Wikis. So why bother?

Does Markdress cache the URL?

Not yet.

Whom do I pass on feedback to?

Anand. If you have a feature suggestion, fork the repository and submit your pull request.

Read the full README on GitHub →