Wiki markup

Simon Peyton Jones simonpj at microsoft.com
Mon Jun 3 16:45:49 UTC 2019


This is a GitLab wiki markup question.
Suppose I want to have a bulleted list, in which a single item has some text, then some laid-out code, then more text.  I want the second blob of text to be indented as part of the bullet.
Absent the laid-out code, indenting the second para 2 spaces seems to do it:

* first bit of text



  Second bit of text
But if there is code in the middle, like this

* first bit of text

```

code

```

  Second bit of text
the second bit of text is not indented.
Does anyone know how to achieve the indentation?
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20190603/7d5a657f/attachment.html>


More information about the ghc-devs mailing list