Enable Markdown in old IPB forum post.

So I manage to convert some of my old post (eg HDHomeRun Viewer ) post to support Markdown.

I’m not sure if this is shared anywhere, or if Plex admins will like this, but here it goes:

  1. Edit the post of your choice.

  2. With your cursor in the textbox, right-click and click inspect.

  3. Locate the HTML Element:
    <input type="hidden" id="Form_Format" name="Format" value="IPB">

  4. Change it to:
    <input type="hidden" id="Form_Format" name="Format" value="Markdown">

  5. Edit your post and save it. :slight_smile:

Enjoy
-zy / zynine

Addition: now this change needs to be made at 2 places in the source code