fix(contributions): use HTML tag instead of markdown

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-01-27 13:57:41 +01:00
parent 58783833a0
commit 7c5962aa7e
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -10,10 +10,10 @@ const contributions: ContributionMetadata[] = [
title: "tmt", title: "tmt",
description: ( description: (
<p> <p>
The `tmt` tool provides a user-friendly way to work with tests. You can The <code>tmt</code> tool provides a user-friendly way to work with
comfortably create new tests, safely and easily run tests across tests. You can comfortably create new tests, safely and easily run tests
different environments, review test results, debug test code and enable across different environments, review test results, debug test code and
tests in the CI using a consistent and concise config. enable tests in the CI using a consistent and concise config.
</p> </p>
), ),
contribution: ( contribution: (