Skip to content

Commit 8e00857

Browse files
committed
Add missing space, convert markdown to adoc
1 parent dbba263 commit 8e00857

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/2023-05-15-pact-and-quarkus-3.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ and http://quarkus.io/extensions/io.quarkiverse.pact/quarkus-pact-consumer[consu
7878

7979
To install the consumer extensions, run
8080

81-
```
81+
----
8282
quarkus ext add io.quarkiverse.pact:quarkus-pact-consumer
83-
```
83+
----
8484

8585
The provider extension can be installed with
86-
```
86+
----
8787
quarkus ext add io.quarkiverse.pact:quarkus-pact-provider
88-
```
88+
----
8989

9090
For a deeper dive into contract testing, check out https://www.youtube.com/watch?v=d9CSY8HuZ9U[Quarkus Insights #117].
9191

@@ -103,5 +103,5 @@ great workflow as other tests.
103103
- https://quarkus.io/quarkus-workshops/super-heroes/index.html#contract-testing[Contract Testing Module] of the Quarkus Superheroes workshop
104104
- https://www.youtube.com/watch?v=d9CSY8HuZ9U[Quarkus Insights about the Pact extension]
105105
- https://github.com/holly-cummins/pact-quarkus-sweater-demo[Sample application showing the Quarkus Pact extension]
106-
- https://appdev.consulting.redhat.com/tracks/contract-first/[Contract-first development](with OpenAPIGenerator, Schemathesis, and Prism)
106+
- https://appdev.consulting.redhat.com/tracks/contract-first/[Contract-first development] (with OpenAPIGenerator, Schemathesis, and Prism)
107107

0 commit comments

Comments
 (0)