[ANN] BBEdit 13.0.5 (413079) pre-release

2020-02-17 Thread Rich Siegel
Good afternoon and happy new year, We're currently working on another maintenance update to BBEdit 13 to address a few recently reported issues. Note that this is a _pre-release_ version. The intent is to fix bugs and address areas of improvement based on what our customers have reported.

Re: Ampersands?

2020-02-17 Thread jgill
Great suggestion, Sam. Thanks. On Monday, February 17, 2020 at 3:30:04 PM UTC, Sam Hathaway wrote: > > I agree with Kerri that you need semicolons at the ends of your entities. > > But to avoid multi-level escaping confusion altogether, use JavaScript > string literal unicode escapes in your

Re: Ampersands?

2020-02-17 Thread Sam Hathaway
I agree with Kerri that you need semicolons at the ends of your entities. But to avoid multi-level escaping confusion altogether, use JavaScript string literal unicode escapes in your JavaScript code, like so: ```html ``` Hope this helps. -sam On 17 Feb 2020, at 10:13, jgill wrote: Hi,

Re: Ampersands?

2020-02-17 Thread jgill
Slaps head! Thank you Kerri, I should have spotted that. On Monday, February 17, 2020 at 3:25:03 PM UTC, Kerri Hicks wrote: > > Hi Joe, > > I copied your code into a new BBEdit HTML document. When I added a > semicolon to the end of that entity (as is customary for entities), the > syntax

Re: Ampersands?

2020-02-17 Thread Kerri Hicks
Hi Joe, I copied your code into a new BBEdit HTML document. When I added a semicolon to the end of that entity (as is customary for entities), the syntax checker found no errors, and the emoji rendered as expected. Hope this helps. --Kerri On Mon, Feb 17, 2020 at 10:13 AM jgill wrote: > Hi, >

Ampersands?

2020-02-17 Thread jgill
Hi, I'm writing a web page that inserts specific emoji into a text box with Javascript. This works perfectly as expected but BBEdit is insisting that I need to change the ampersands to and if I format the page, it changes all my ampersands to and breaks the Javascript. How can I write