Markdown to HTML documentation build seems to be broken
See original GitHub issueHello,
While studying options I noticed the documentation is hard to read. It seems to me the source Markdown content tries to add anchors but ends up messing the output:
{#load_paths-option} `:load_paths`
: An array of filesystem paths or importers which should be searched
for Sass templates imported with the [`@import`](#import) directive.
These may be strings, `Pathname` objects, or subclasses of {Sass::Importers::Base}.
This defaults to the working directory and, in Rack, Rails, or Merb,
whatever `:template_location` is.
The load path is also informed by {Sass.load_paths}
and the `SASS_PATH` environment variable.
is rendered as
and as you can see #load_paths-option
inserted as content instead of an id
on the <p>
element:
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Broken links from markdown file in docs #7734 - GitHub
My issue seems to be the same as Discussion #7246. The baseUrl is '/documentation/' I'm running latest v2.0.0-beta.21. I have a file
Read more >Extended Syntax - Markdown Guide
Advanced features that build on the basic Markdown syntax. ... Tip: You can use HTML to create line breaks and add lists within...
Read more >Markdown Syntax Documentation - Daring Fireball
Markdown is not a replacement for HTML, or even close to it. Its syntax is very small, corresponding only to a very small...
Read more >How to insert a line break <br> in markdown - Stack Overflow
The problem I've encountered is that when I make a new line after the link, it is rendered with a separate <p> tag....
Read more >Introductory Guide to Markdown for Documentation Writers
It allows you to style a digital text document using typical formatting techniques: for example, headings, emphasis, lists, images, and links.
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 FreeTop 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
Top GitHub Comments
We’re working on totally rewriting and revamping the docs, so rendering bugs with the old docs aren’t a high priority right now.
Looks like I forgot to deploy the update. Done!