diff options
author | Yiyun Liu <yiyun.liu@tweag.io> | 2022-06-10 21:23:03 -0400 |
---|---|---|
committer | Yiyun Liu <yiyun.liu@tweag.io> | 2022-06-10 21:23:03 -0400 |
commit | 722814ba43af29ea863ed699ec706c89286046b1 (patch) | |
tree | 78c5bf8d2a701eee99bfc809a207931195efa3c9 /hadrian/doc | |
parent | 69e72ecda720d10308516366044952ddd6290e7e (diff) | |
download | haskell-722814ba43af29ea863ed699ec706c89286046b1.tar.gz |
Use <br> instead of newline character
Diffstat (limited to 'hadrian/doc')
-rw-r--r-- | hadrian/doc/flavours.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hadrian/doc/flavours.md b/hadrian/doc/flavours.md index 713b945255..b688dd485a 100644 --- a/hadrian/doc/flavours.md +++ b/hadrian/doc/flavours.md @@ -231,9 +231,8 @@ The supported transformers are listed below: It is recommended that you use this in conjunction with `no_dynamic_ghc` since GHC does not support loading of profiled libraries with the dynamic linker. You should use a flavour that builds profiling libs and rts, - i.e. not <code>quick</code>. - - This flag adds cost centres with the -fprof-late flag. </td> + i.e. not <code>quick</code>. <br> + This flag adds cost centres with the -fprof-late flag.</td> </tr> <tr> <td><code>no_dynamic_ghc</code></td> |