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

[asciidoc writer] html code style writes bad asciidoc block #1861

Closed
tkruse opened this issue Jan 6, 2015 · 1 comment
Closed

[asciidoc writer] html code style writes bad asciidoc block #1861

tkruse opened this issue Jan 6, 2015 · 1 comment

Comments

@tkruse
Copy link

tkruse commented Jan 6, 2015

Using pandoc 1.13.2:

HTML

<html lang="en">
<body>
<PRE class="badcode">No</PRE>
</body>
</html>

yields asciidoc:

code,badcode-- code,badcode
No
--

Note I am not sure what actually should happen with the 'badcode' class here, but this does not come out right.

@jgm jgm changed the title html code style writes bad asciidoc block [asciidoc writer] html code style writes bad asciidoc block Jan 7, 2015
@mnencia
Copy link

mnencia commented Aug 28, 2015

It happens the same from other sources

Markdown:

``` sh
ls -l
```

Asciidoc:

code,sh----------- code,sh
ls -l
-----------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants