diff options
author | friendica <info@friendica.com> | 2014-07-02 16:53:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-02 16:53:40 -0700 |
commit | 7b1901c2c23468248ce1770a9e2df5047e6788a6 (patch) | |
tree | 66340d08a0540e9a80ed513debdee012eceb36b3 /include | |
parent | f949df6ec0ea01f1347d5eadf9756a8bd3c295b1 (diff) | |
download | volse-hubzilla-7b1901c2c23468248ce1770a9e2df5047e6788a6.tar.gz volse-hubzilla-7b1901c2c23468248ce1770a9e2df5047e6788a6.tar.bz2 volse-hubzilla-7b1901c2c23468248ce1770a9e2df5047e6788a6.zip |
turn that into a feature
Diffstat (limited to 'include')
-rw-r--r-- | include/features.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php index ef5923a01..a2698cc72 100644 --- a/include/features.php +++ b/include/features.php @@ -39,6 +39,7 @@ function get_features() { 'composition' => array( t('Post Composition Features'), // array('richtext', t('Richtext Editor'), t('Enable richtext editor')), + array('markdown', t('Use Markdown'), t('Allow use of "Markdown" to format posts')), array('preview', t('Post Preview'), t('Allow previewing posts and comments before publishing them')), array('channel_sources', t('Channel Sources'), t('Automatically import channel content from other channels or feeds')), array('content_encrypt', t('Even More Encryption'), t('Allow optional encryption of content end-to-end with a shared secret key')), |