Skip to main content

A script to convert wordpress.com html into markdown.

Project description

Wordpress To Markdown
=====================

This is a script to convert wordpress.com style html (including sourcecode) into github flavour markdown.

Script Usage
============

usage: Wordpress2Markdown [-h] [-f] wordpress_html

This script converts wordpress.com html into markdown syntax.

positional arguments:
wordpress_html

optional arguments:
-h, --help show this help message and exit
-f, --file Read the Wordpress.com html from a file

How it works
============

This passes over the text several times, converting a different
construction on each pass.

Passes
------

1. <h[1,2,3,4,5,6]> tags -> #, ##, ###, ####, #####, ###### pairs
2. &lt;a href="url">title</a> -> \[title](url)
3. [sourcecode language="lang"] -> ```lang
4. [/sourcecode] -> ```
5. &lt;!-- --> comments deleted, mainly due to &lt;!--more--> tags.

Note converting [sourcecode] tags currently ignores any option but language.

Unimplemented features:
-----------------------

- ordered/unordered lists
- images

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

wordpress2markdown-0.40.zip (7.6 kB view hashes)

Uploaded Source

wordpress2markdown-0.40.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distributions

wordpress2markdown-0.40.win32.zip (8.9 kB view hashes)

Uploaded Source

wordpress2markdown-0.40.win32.tar.gz (5.7 kB view hashes)

Uploaded Source

wordpress2markdown-0.40.win32.exe (202.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page