Files
santaspeen.ru-blog/blog/test-post.md
T
Artur Akmalov 9cc2fb0933 change tag
2023-05-21 20:56:09 +05:00

27 lines
619 B
Markdown

---
slug: test-post
title: First test post
tags: [linux, python, kubernetes, devops, networks]
date: 2021-09-13T10:00
---
This is the summary of a very long blog post,
Use a `<!--` `truncate` `-->` comment to limit blog post size in the list view.
<!--truncate-->
Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).
:::tip
Use the power of React to create interactive blog posts.
```js
<button onClick={() => alert('button clicked!')}>Click me!</button>
```
<button onClick={() => alert('button clicked!')}>Click me!</button>
:::