Raw HTML shows on the documentation right side
See original GitHub issueThis was caused by the docusaurus update, version 1.12.0
has the issue.
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (1 by maintainers)
Top Results From Across the Web
How to display raw HTML code on an HTML page
The tried and true method for HTML: Replace the & character with &; Replace the < character with <; Replace the > character...
Read more >Using Raw HTML to Write and Edit Your Web Pages ...
Your HTML tags and page content should appear in the BODY section of your document; that is, only in the green section between...
Read more >Using a raw HTML Interface
The first exercise guides you through creating a simple Hello World module that uses HTML code for the user interface. Your HTML can...
Read more >HTML elements reference - HTML: HyperText Markup Language
This page lists all the HTML elements, which are created using tags. ... There can be only one <base> element in a document....
Read more >HTML Basics
This example highlights a few of the options available for HTML output. This document covers these and other options in detail. See the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Nevon okay, this totally makes sense. In which case, my patch will fix the issue. Perhaps you’d like to give it a review?
The only reason we want to keep them is that some error logs that we output contain links to help sections, so we need the anchors to be stable. We don’t have that guarantee with the autogenerated ones, especially since we’d want the anchor to stay the same even if we change the actual title text.