WP Manifestindependent plugin directory
manifest / ai / article-to-markdown

Article to Markdown.

WordPress plugin to display URLs in markdown

by Igor Benić · github.com/igorbenic/article-to-markdown

2stars
0forks

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/igorbenic/article-to-markdown/archive/refs/heads/main.zip

Article to Markdown - WordPress

This is a simple plugin that converts your article into markdown when viewing the url with a .md extension.

Example:

  • Normal Blog Article: siteexample.com/article
  • Markdown Article: siteexample.com/article.md

Build

Before using this plugin, you need to build it by installing composer and running composer install