{%extends "base/page.html"%} {%block title%}Markdown submission{%endblock%} {%block contents%}

Markdown submission

Some forms on the postgresql.org website allows you to submit text in markdown format. This is a simple markup format that lets you do basic formatting inline.

You can find a basic introduction to markdown at markdownguide.org.

This site supports basic markdown syntax with the following exceptions:

Preview

The live preview of markdown fields does not work on Internet Explorer.

The preview is updated asynchronously, so there may be a few seconds delay between making a change and the preview updating, depending on network speed.

{%endblock%}