Closed fj closed 5 years ago
“should” why? That makes the HTML invalid.
Respec is doing something funky here, but I'm not exactly sure what. But I think this will work:
<pre class="example http">
> GET /resource HTTP/1.1
> Host: example.com
<br/>
< HTTP/1.1 200 OK
< Server-Timing: miss, db;dur=53, app;dur=47.2
< Server-Timing: customView, dc;desc=atl
< Trailer: Server-Timing
< (... snip response body ...)
< Server-Timing: total;dur=123.4
</pre>
Try the preview: https://pr-preview.s3.amazonaws.com/fj/server-timing/pull/62.html
On Jan 17, 2019, at 10:55 PM, Charmander notifications@github.com wrote:
@cvazac What isn’t working already?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
@cvazac Sorry, I realized after enabling scripts.
Marked as non substantive for IPR from ash-nazg.
The
<
s in the<pre>
block of this example are being generated by respec from the pre block because of a missing<br>
.Preview | Diff