-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Extra <br/> added for every line #17
Comments
I could fix it partly by changing
With
on line
|
Hi @revati-naik. |
Hi, Describe the bug When writing a .rst file,
When using the sphinx markdown builder, I see an output as below
This has multiple instances of This causes issues later on for markdown parsers. On making the change as mentioned above, I was able to get rid of a few To Reproduce Create an rst file like above One ` Environment (please complete the following information): OS: Ubuntu |
This is the intended behaviour. I don't see any issue with this. Can you provide the HTML output of that same document for reference? |
Describe the bug
A clear and concise description of what the bug is.
The markdown file generated has multiple
entries that cause multiple new rows to be added.
I am using this extension along with
sphinx
andsphinx-needs
To Reproduce
Steps to reproduce the behavior:
This is how the markdown file entry looks like
Expected behavior
A clear and concise description of what you expected to happen.
I am not sure what this should look like. But when converting the above markdown to HTML using mkdocs, it comes up funny. Like a lot of rows/spaces added.
Could we have this fixed?
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: