-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Solve issue #158 * Apply suggestions from code review --------- Co-authored-by: Andy Damevin <[email protected]>
- Loading branch information
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
roq-frontmatter/deployment/src/test/resources/site/_posts/markdown-post-k8s.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
k8s: true | ||
layout: post | ||
title: K8S Post | ||
description: This aims to solve the issue 158 | ||
foo: bar | ||
date: 2024-09-09 10:45:00 +0200 | ||
--- | ||
|
||
# A K8S post made with markdown | ||
|
||
```yaml | ||
--- | ||
kind: Deployment | ||
--- | ||
kind: Pod | ||
``` | ||
Hello! |