Остановка всех контейнеров в Docker
Article Title
Here is some text that needs to be highlighted:
<!DOCTYPE html>
<html>
<head>
<title>Article</title>
<script src="https://cdn.jsdelivr.net/npm/highlight.js@9.18.1/lib/highlight.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/highlight.js@9.18.1/styles/default.min.css">
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<h1>Article Title</h1>
<p>Here is some text that needs to be highlighted:</p>
<pre><code class="html">
<!DOCTYPE html>
<html>
<head>
<title>Article</title>
<script src="https://cdn.jsdelivr.net/npm/highlight.js@9.18.1/lib/highlight.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/highlight.js@9.18.1/styles/default.min.css">
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<h1>Article Title</h1>
<p>Here is some text that needs to be highlighted:</p>
<pre><code class="html">
// Some HTML code here
// Highlight.js will apply syntax highlighting to this code block
// The code block and its content are now enclosed in the <code> tags
</code></pre>
</body>
</html>