I wanted to provide you with a BBCode which I thouht of, and it provided pretty useful to me in long posts.
BBCode:
Code: Select all
[section={IDENTIFIER}]{TEXT}[/section]
Code: Select all
<a href="#{IDENTIFIER}" id="{IDENTIFIER}" style="font-weight:bold;">{TEXT}:</a>
Code: Select all
Allows directly linking to a user-defined section of a post.
Code: Select all
[section=intro]Introduction[/section]
This is a section text.
[section=main]Main[/section]
This is another section text.
- style="font-weight:bold;" isn't required, but automaticaly increases visibility of the section, which is useful to me.
- The : after {TEXT} isn't required, but automaticaly places a colon after the text, which also proved useful to me.