Usage Guide
The special "Usage" mode displays a list of the whitelisted tags and attributes:
The tags are automatically linked to online reference sites so you can find out more about them. Here is an example of the whitelist information on this site:
Unknown macro: {html-tag}
Note: Always check the usage guide on your own Confluence installation to be fully aware of which tags and attributes are whitelisted.
Acronym tag with attributes
The acronym tag is useful for defining terms...
Would result in the following HTML:
<acronym title="Cascading Style Sheets">CSS</acronym>
And here's what it looks like on-screen:
Unknown macro: {html-tag}
CSS
Unknown macro: {html-tag}
- move your mouse over the underlined term and you should see a tool-tip appear.
Note: For easier management of terms, why not use the [USERGUIDE:glossary macro] which allows you to define all terms centrally.
Styled DIV
Creates a div with a certain CSS class.
Would result in the following HTML:
<div class="dynarch-horiz-menu"> <em><b>Cool background!</b></em> </div>
And it would look like this on-screen:
Unknown macro: {html-tag}
Cool background! Unknown macro: {html-tag}
As you can see, normal Wiki Markup Editor text works as usual - your're simply wrapping it in HTML tags. 
Horizontal Rule
Creates a self-closing <hr> tag:
Would result in the following HTML:
Which looks like this on-screen:
Unknown macro: {html-tag}
Custom Tables
Creates a table using custom table formatting.
Would result in the following HTML:
<table width="100%" class="confluenceTable"> <tbody> <tr>
<th class="confluenceTh" colspan="2"> <b>2 col heading</b> </th>
</tr> <tr>
<td class="confluenceTd"> <b>cell 1</b> </td>
<td class="confluenceTd"> <a href="/display/THEMED/Home" title="Home">Home</a> </td>
</tr> </tbody> </table>
Note:
We've added line feeds in to the example wiki markup and html output shown above to ensure no horizontal scrolling is needed for this page. However, when using the macro to create numerous nested tags, remember that each line feed will create a <br /> tag in your HTML. To get round this problem, delete the line feeds between the {html-tag} macros, etc.
With the line feeds removed, the output looks like this on-screen:
Unknown macro: {html-tag}
Unknown macro: {html-tag}
Unknown macro: {html-tag}
Unknown macro: {html-tag}
2 col heading Unknown macro: {html-tag}
Unknown macro: {html-tag}
Unknown macro: {html-tag}
Unknown macro: {html-tag}
cell 1 Unknown macro: {html-tag}
Unknown macro: {html-tag}
Home Unknown macro: {html-tag}
Unknown macro: {html-tag}
Unknown macro: {html-tag}
Unknown macro: {html-tag}
Custom Scrollable Regions
You can use the macro to create custom scrollable regions, for example:
Which results in the following HTML:
<div class="preformatted" style="height:80 !important; overflow:scroll"><div
class="preformattedContent"><br />
your<br />
scrollable<br />
content<br />
goes<br />
here<br />
</div></div>
And looks like this on-screen:
Unknown macro: {html-tag}
Unknown macro: {html-tag}
your
scrollable
content
goes
here
Unknown macro: {html-tag}
Unknown macro: {html-tag}
I'm getting the error: "html-tag: The configuration file has not been loaded successfully." on this page again and again
"This macro is no longer supported."
I'm guessing, then, that it's unlikely it works with v2.3.x? Is there a suggested replacement?
Looks like even the page is no longer supported!
You're right, you should stop checking back...