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

css/html introduce proper cell structure #13

Closed
chrisparnin opened this issue Aug 1, 2020 · 1 comment
Closed

css/html introduce proper cell structure #13

chrisparnin opened this issue Aug 1, 2020 · 1 comment

Comments

@chrisparnin
Copy link
Contributor

docable is incorrectly adding a cell class to the pre block. This is not the responsibility of docable, nor is it the correct structure we need.

Rather than,

<pre class=docable cell>
    <div class=sideannotation>
    <code>
</pre>

Instead we something like this.

<div class=cell>
    <div class=sideannotation>
    <pre class=docable>
       <code>
    </pre>
	<div class=output></div>
</div>
@chrisparnin
Copy link
Contributor Author

Fixed.

image

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

No branches or pull requests

1 participant