markus101, who did your web design

Did you do the design and coding yourself?

Its based off a bootstrap theme that we customized to fit our needs.

Well it looks great!

Yes, indeed. I also very much like the design and usability (though Markdown doesn’t always fully work, which may be intentional).

@Markstar What doesn’t work with Markdown? I assume you’re taking about the forums.

Most Markdown formatting is not applied (like the lists, headers), but in HTML the headers work.

I simply copied both boxes (Markdown & HTML) from the link and pressed preview:

Markdown:


Heading

Sub-heading

Paragraphs are separated
by a blank line.

Text attributes italic,
bold, monospace.

A link.

Shopping list:

  • apples
  • oranges
  • pears

Numbered list:

  1. apples
  2. oranges
  3. pears

The rain—not the reign—in
Spain.

HTML

Heading

Sub-heading

Paragraphs are separated by a blank line.

Text attributes italic, bold, `monospace`.

A link.

Shopping list:

  • apples
  • oranges
  • pears

Numbered list:

  1. apples
  2. oranges
  3. pears

The rain—not the reign—in Spain.