question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Raw HTML shows on the documentation right side

See original GitHub issue

This was caused by the docusaurus update, version 1.12.0 has the issue.

https://github.com/facebook/docusaurus/issues/1703

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ThisIsMissEmcommented, Aug 18, 2019

@Nevon okay, this totally makes sense. In which case, my patch will fix the issue. Perhaps you’d like to give it a review?

1reaction
Nevoncommented, Aug 18, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found