特殊効果について助けが必要です

I looked at almost 100 plugin for something that is non-moderated and is for text, like footnotes but I couldn’t find anything!

Could you please elaborate on the effect you are trying to achieve and where?

On a forum, I want to have special effects in text, like footnotes.

「いいね!」 1

You don’t need any additional software.

Discourse supports Markdown, and you can do:

This is a footnote[^1], I hope you like it!

[^1]: This is the first footnote.

In a Post.

Which gives:

image

「いいね!」 1

I don’t want additional software. I already know footnotes. I want something similar to footnotes. Like commands you can do like < big > < small > < ins > < del >
similar commands like those.

Most of these work:

「いいね!」 2

Like Robert said, you don’t need additional software.

「いいね!」 3

You can also install the BBCode Plugin for some additional effects.

「いいね!」 2

Is it okay if I test some of the Markdown Cheat Sheet options here to see what they look like?

yes you can

but the mods may call time

「いいね!」 3

test here

「いいね!」 3

It’s blocked.
X^2^

blocked from what? I can see it fine. You can’t load it?

「いいね!」 2

My administration blocks it.

How does the highlight work?

did you read any of the links Robert provided?

「いいね!」 1

Yes, they gave me this.
I need to highlight these ==very important words==.
It doesn’t highlight anything.

Yeah, highlight is one of the few effects that isn’t supported.

Try BBCode and see if that suffices.

There’s also my Theme Component, but it’s “not standard”:

「いいね!」 2

Subscript and Superscript don’t work as well?

Superscriptworks

Superscript<sup>works

Subscriptworks too

Subscript<sub>works too
「いいね!」 3