diff options
| author | Ewout Wieten <ewout@ewy.one> | 2024-04-04 18:56:16 +0200 |
|---|---|---|
| committer | Ewout Wieten <ewout@ewy.one> | 2024-04-04 18:56:16 +0200 |
| commit | 08475e22c361234c13bf22bf43491a8c1553cb90 (patch) | |
| tree | e3d89e5e1834870b88ebf580e0bf0b02ea65cd75 /entry/escape/index.html | |
| parent | 2ad40b803f5c9ecba24c4225741eab523e37486d (diff) | |
make pre inline
Diffstat (limited to 'entry/escape/index.html')
| -rw-r--r-- | entry/escape/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/entry/escape/index.html b/entry/escape/index.html index 3a8df91..3b3b36a 100644 --- a/entry/escape/index.html +++ b/entry/escape/index.html @@ -10,6 +10,11 @@ <meta content="https://blog.ewy.one/entry/escape" property="og:url" /> <meta content="#3E3B37" data-react-helmet="true" name="theme-color" /> </head> +<style> +pre { + display: inline; +} +</style> <body> <header> <h1>Escaping the Strigo environment</h1> |
