[all-commits] [llvm/llvm-project] 0c5ce1: Fix formatting in release notes

Aaron Puchert via All-commits all-commits at lists.llvm.org
Mon Aug 29 10:48:58 PDT 2022


  Branch: refs/heads/release/15.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c5ce1d7fba38948c27ed6b875f962cd60895574
      https://github.com/llvm/llvm-project/commit/0c5ce1d7fba38948c27ed6b875f962cd60895574
  Author: Aaron Puchert <aaronpuchert at alice-dsl.net>
  Date:   2022-08-29 (Mon, 29 Aug 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M llvm/docs/ReleaseNotes.rst

  Log Message:
  -----------
  Fix formatting in release notes

Code needs double backticks, while single backticks produce italics.
Lists need to be fully indented and have blank lines around them.
Links are written "`text <url>`_".

We use links instead of `:manpage:`, because the latter is meant
more for man pages cross-referencing each other.

Reviewed By: aaron.ballman, thieta

Differential Revision: https://reviews.llvm.org/D132791




More information about the All-commits mailing list