Markdown extra - add class to a text

Just enabled Markdown extra, but couldn’t make it work.

Tried some text{.right}, but {.right} just prints out as text. What’s wrong?

@heihachi88

take a look à Markdown Extra doc

At this time, special attribute blocks can be used with

headers,
fenced code blocks,
links, and
images.

Too bad, any other way for text aligning?

in the docs :wink: here

<div markdown="1" class="foo">

  Paragraphs here inherit class foo from above.
  ## Headers here inherit class foo from above. ##

</div>

This requires Markdown Extra

Not so convenient, but thanks :slight_smile: