Skip to main content

Command Palette

Search for a command to run...

Convert Markdown to Google AMP using Amper

Updated
1 min read
Convert Markdown to Google AMP using Amper
S

Manager — SDE

Amper is a REST API that converts Markdown text to Google's AMP syntax.

Usage

Send a POST request with:

  1. URL: http://amper.satishyadav.com/amp

  2. Content-Type: application/x-www-form-urlencoded

  3. The parameter "md" with the Markdown syntax.

Output will be amp html.

Visit this GitHub repo for examples in C#, JavaScript, Node, PHP to consume this.

More from this blog

Satish’s Blog

32 posts