Re: [RFC PATCH] docs/system: clean up code escape for riscv virt platform

2022-09-08 Thread Alistair Francis
On Tue, Sep 6, 2022 at 2:26 PM Alex Bennée wrote: > > > Alistair Francis writes: > > > On Mon, Sep 5, 2022 at 6:39 PM Alex Bennée wrote: > >> > >> The example code is rendered slightly mangled due to missing code > >> block. Properly escape the code block and add shell prompt and qemu to > >> fi

Re: [RFC PATCH] docs/system: clean up code escape for riscv virt platform

2022-09-06 Thread Alex Bennée
Alistair Francis writes: > On Mon, Sep 5, 2022 at 6:39 PM Alex Bennée wrote: >> >> The example code is rendered slightly mangled due to missing code >> block. Properly escape the code block and add shell prompt and qemu to >> fit in with the other examples on the page. >> >> Signed-off-by: Ale

Re: [RFC PATCH] docs/system: clean up code escape for riscv virt platform

2022-09-06 Thread Alistair Francis
On Mon, Sep 5, 2022 at 6:39 PM Alex Bennée wrote: > > The example code is rendered slightly mangled due to missing code > block. Properly escape the code block and add shell prompt and qemu to > fit in with the other examples on the page. > > Signed-off-by: Alex Bennée Reviewed-by: Alistair Fran