25 lines
601 B
Markdown
25 lines
601 B
Markdown
---
|
|
title: prueba
|
|
published: 2024-10-23
|
|
description: ''
|
|
image: ''
|
|
tags: []
|
|
category: ''
|
|
draft: false
|
|
lang: ''
|
|
---
|
|
# This Article is a Draft
|
|
|
|
This article is currently in a draft state and is not published. Therefore, it will not be visible to the general audience. The content is still a work in progress and may require further editing and review.
|
|
|
|
When the article is ready for publication, you can update the "draft" field to "false" in the Frontmatter:
|
|
|
|
```markdown
|
|
---
|
|
title: Draft Example
|
|
published: 2024-01-11T04:40:26.381Z
|
|
tags: [Markdown, Blogging, Demo]
|
|
category: Examples
|
|
draft: false
|
|
---
|