Character Counter calculates the character count for RawText, Markdown, and HTML content.
- RawText: Counts all characters, including spaces and special symbols.
- Markdown: Counts the character length of the rendered content, excluding Markdown syntax like headers and code blocks.
- HTML: Counts the character length of the rendered content, excluding inline code (e.g.,
<script>
tags) and other HTML elements.