Markdown in your JobHive listing descriptions?

Hello.

I’m using the JobHive template. Can users write listings in Markdown? If so, how could I let them know that they can?

I think that somewhere on the page for adding details would work.

Markdown is not supported by default, but if you use some PHP library or WP plugin for markdown and it has a function for parsing markdown you can override the listing description template part and output the description this way:

<?php echo some_function_for_markdown($listing->get_description()); ?>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.