Re: [Python-Dev] PEP 554 - strange random boldface

2018-05-13 Thread Steve Holden
On Sat, May 12, 2018 at 4:57 PM, Serhiy Storchaka wrote: > 12.05.18 17:48, Steve Holden пише: > >> It's certainly true that when I split any of those left-hand cells the >> bizarre emphasis occurs. Still looking for a workaround. >> > > Remove an extra indentation of the second line. > > ​That's

Re: [Python-Dev] PEP 554 - strange random boldface

2018-05-12 Thread Serhiy Storchaka
12.05.18 17:48, Steve Holden пише: It's certainly true that when I split any of those left-hand cells the bizarre emphasis occurs. Still looking for a workaround. Remove an extra indentation of the second line. ___ Python-Dev mailing list Python-Dev@

Re: [Python-Dev] PEP 554 - strange random boldface

2018-05-12 Thread Antoine Pitrou
On Sat, 12 May 2018 15:48:47 +0100 Steve Holden wrote: > It's certainly true that when I split any of those left-hand cells the > bizarre emphasis occurs. Still looking for a workaround. Depending on whether you indent the second line it might be interpreted as a definition list item: http://docu

Re: [Python-Dev] PEP 554 - strange random boldface

2018-05-12 Thread Steve Holden
It's certainly true that when I split any of those left-hand cells the bizarre emphasis occurs. Still looking for a workaround. regards Steve Steve Holden On Sat, May 12, 2018 at 3:26 PM, Antoine Pitrou wrote: > On Sat, 12 May 2018 15:20:11 +0100 > Steve Holden wrote: > > Does anyone know wh

Re: [Python-Dev] PEP 554 - strange random boldface

2018-05-12 Thread Antoine Pitrou
On Sat, 12 May 2018 15:20:11 +0100 Steve Holden wrote: > Does anyone know why some lines in the tables of > https://www.python.org/dev/peps/pep-0554/ appear in bold when the markup > doesn't seem to call for it? I can't find a way to stop this, and it's > bugging me! Apparently this may have to d