Re: [PATCH] docs: gpio: intro: Improve HTML formatting

2021-01-03 Thread Bartosz Golaszewski
On Fri, Jan 1, 2021 at 9:43 PM Jonathan Neuschäfer wrote: > > Currently the HTML output for Documentation/driver-api/gpio/intro.rst > doesn't look right. The lines that start with LOW or HIGH are formatted > in bold, while the next line after each is not bold. > > With this patch, the HTML looks b

[PATCH] docs: gpio: intro: Improve HTML formatting

2021-01-01 Thread Jonathan Neuschäfer
Currently the HTML output for Documentation/driver-api/gpio/intro.rst doesn't look right. The lines that start with LOW or HIGH are formatted in bold, while the next line after each is not bold. With this patch, the HTML looks better. Signed-off-by: Jonathan Neuschäfer --- Documentation/driver-