mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +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",
|
||||
description: (
|
||||
<p>
|
||||
The `tmt` tool provides a user-friendly way to work with tests. You can
|
||||
comfortably create new tests, safely and easily run tests across
|
||||
different environments, review test results, debug test code and enable
|
||||
tests in the CI using a consistent and concise config.
|
||||
The <code>tmt</code> tool provides a user-friendly way to work with
|
||||
tests. You can comfortably create new tests, safely and easily run tests
|
||||
across different environments, review test results, debug test code and
|
||||
enable tests in the CI using a consistent and concise config.
|
||||
</p>
|
||||
),
|
||||
contribution: (
|
||||
|
|
Loading…
Reference in a new issue