Just enabled Markdown extra, but couldn’t make it work.
Tried some text{.right}
, but {.right}
just prints out as text. What’s wrong?
Just enabled Markdown extra, but couldn’t make it work.
Tried some text{.right}
, but {.right}
just prints out as text. What’s wrong?
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 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