Skip to content
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

ReverseAdoc tends to inject unnecessary leading and trailng white spaces #88

Open
skalee opened this issue Apr 28, 2021 · 1 comment
Open
Assignees

Comments

@skalee
Copy link
Contributor

skalee commented Apr 28, 2021

Given input HTML:

<html>
  <body>
    plain text
    <h1>h1</h1>
  </body>
</body>

ReverseAdoc produces following:

 plain text 
== h1

Note unneeded single space (U+0020) before and after "plain text".

Whilst it's syntactically harmless, it's also completely unnecessary, and leads to rather ugly, human-unfriendly output.

I'm going to fix that unless someone opposes.

@skalee skalee self-assigned this Apr 28, 2021
@ronaldtse
Copy link
Contributor

Agree, please fix it.

@ronaldtse ronaldtse transferred this issue from metanorma/reverse_adoc Jun 3, 2024
@ronaldtse ronaldtse mentioned this issue May 29, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏕 Med priority
Development

No branches or pull requests

4 participants