[libre-riscv-dev] SV Prefix questions

Jacob Lifshay programmerjake at gmail.com
Tue Jun 25 08:59:18 BST 2019


On Tue, Jun 25, 2019, 00:49 Luke Kenneth Casson Leighton <lkcl at lkcl.net>
wrote:

> On Tue, Jun 25, 2019 at 8:40 AM Jacob Lifshay <programmerjake at gmail.com>
> wrote:
> >
> > accidentally was switched to markdown instead of reStructuredText
>
>  a deliberate choice as i'm using ">" mdwn feature to highlight
> replies.

rst supports that too using:

::

> quoted
> blocks, like this

see
http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#quoted-literal-blocks

the double colon is needed, denoting the start of a block.


mdwn and rst both use 4 spaces to highlight code-blocks so
> it's ok.

the code blocks need to be changed to markdown code blocks, like this:

```language
code-in-language
```

in particular, the

.. code:: C

directives need to be converted.

  also the "----" is now the "<hr />" that it was intended to
> be when i began adding the questions.
>
see
http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#transitions

Jacob


More information about the libre-riscv-dev mailing list