-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
notebook -- formatting of cells beginning with "%hide %html" is not saved #4217
Comments
comment:1
Notice that now there is a concrete example in the above thread. It cannot be copy and pasted here since the wiki interprets part of the syntax. Cheers, Michael |
comment:2
I can reproduce this on sagenb.org, but I can't after some of my notebook patches. I think we might be able to resolve this as fixed in 3.3. I'll check in 3.3.alpha1 when I get ahold of it. |
Attachment: trac_4217-html-system-formatting.patch.gz Removes Cell.__is_html and instead depends on the Cell.system() call for html cell detection |
Author: Tim Dumol |
comment:3
The line breaks should not have been visible in the output in the first place as linebreaks are ignored in html. The line breaks were visible because the output was mistakenly surrounded by tags, which preformat the whitespace. This is because Cell.__is_html is not properly set on evaluation. This patch removes Cell.__is_html to prevent any future problems, and instead uses the previously included check using Cell.system(). |
Attachment: trac_4217-html-system-formatting.2.patch.gz Rebase on new |
comment:4
That comment was suppoesd to be "Rebase on new patch sent"
Sorry for the immense patch queue. |
comment:5
A related problem: The input cells with the |
Uses |
Reviewer: Mitesh Patel |
comment:6
Attachment: trac_4217-html-system-formatting.3.patch.gz I've attached V3, which just uses Sometimes, evaluating a cell with Positive review on this ticket. Feel free to ignore V3. |
Merged: sagenb-0.7 |
In http://groups.google.com/group/sage-support/browse_thread/thread/642313d7270e789f it was reported:
Component: notebook
Author: Tim Dumol
Reviewer: Mitesh Patel
Merged: sagenb-0.7
Issue created by migration from https://trac.sagemath.org/ticket/4217
The text was updated successfully, but these errors were encountered: