RE: [PATCH 1/9] LICENSE.md: convert html to proper MarkDown

Parav Pandit <[email protected]> Thu, 9 Oct 2025 05:04:08 +0000
Newsgroups dev.linux.lists.virtio-comment
Message-ID <CY8PR12MB71956B0145F4F457A8AD45E0DCEEA@CY8PR12MB7195.namprd12.prod.outlook.com>

> From: Alex Bennée <[email protected]>
> Sent: 08 October 2025 08:29 PM
> 
> There is no point embedding HTML inside the markdown document. It just
> makes it messy to edit. The boilerplate text is maintained.
> 
> Signed-off-by: Alex Bennée <[email protected]>
> Cc: Robin Cover <[email protected]>
> ---
>  LICENSE.md | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/LICENSE.md b/LICENSE.md
> index ef558ec..600b966 100644
> --- a/LICENSE.md
> +++ b/LICENSE.md
> @@ -1,7 +1,6 @@
> -<div>
> -<h2>License Terms</h2>
> +License Terms
> +-------------
>
Don't see a reason to change this.
Heading 3 can be using simple, ## ... 

 [..]

Rest of the conversion to md is good.
Also can you please insert similar patch for README.md as well which also embeds html?