-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Description
On Sun, Oct 5, 2008 at 3:56 AM, Joël Duet <joel.duet@gmail.com> wrote:
> Hi,
> Here is my problem :
> I want to write "a<b" in the HTML part of my worksheet (notebook() style).
>
> 1) I click "Edit"
> 2) After a }}} and before a {{{, I type (without quotes) : " <p> Let
> <i>a<b</i>.</p>"
> 3) I click "Save Changes"
>
> And it's done but if I click again at "Edit", I get (without quotes) : "<p>
> Let <i>a<b</i>.</p>" and it's bad.
>
> What can I do if I want to Edit several times ?
>
This is definitely a bug, which could be fixed. In the meantime, as a workround
you might just do
"<p>Let $a < b$.</p>"
since that will look better anyways.
This was reported by Joël Duet on sage-support.
Component: notebook
Issue created by migration from https://trac.sagemath.org/ticket/4245