mirror of
https://github.com/mfocko/blog.git
synced 2024-11-12 17:20:30 +01:00
fix(contributions): use HTML tag instead of markdown
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
58783833a0
commit
7c5962aa7e
1 changed files with 4 additions and 4 deletions
|
@ -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: (
|
||||||
|
|
Loading…
Reference in a new issue