summaryrefslogtreecommitdiff
blob: b173ffb1e3c1880a54608df3c5123138f28c4973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/**
 * Module Name: Markdown
 * Module Description: Write posts or pages in plain-text Markdown syntax.
 * Sort Order: 31
 * First Introduced: 2.8
 * Requires Connection: No
 * Auto Activate: No
 * Module Tags: Writing
 * Feature: Writing
 * Additional Search Queries: md, markdown
 */

include dirname( __FILE__ ) . '/markdown/easy-markdown.php';