Skip to content

Commit e0aafa8

Browse files
committed
Change pre to code.
1 parent bae133c commit e0aafa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/develop-python-worker-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ Now that you've created an extension, you can use it in an app project to verify
188188
189189
1. In the browser, send a GET request to `https://localhost:7071/api/HttpTrigger`. You should see a response like the following, with the **TimeElapsed** data for the request appended.
190190
191-
<pre>
191+
```
192192
This HTTP triggered function executed successfully. Pass a name in the query string or in the request body for a personalized response. (TimeElapsed: 0.0009996891021728516 sec)
193-
</pre>
193+
```
194194
195195
## Publish your extension
196196

0 commit comments

Comments
 (0)