mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-01 21:02:33 +00:00
Add Type metadata header to enable support for Confluence Blog Posts
This commit is contained in:
@@ -44,6 +44,13 @@ Also, optional following headers are supported:
|
||||
reading;
|
||||
* plain: content will fill all page;
|
||||
|
||||
```markdown
|
||||
<!-- Type: (page|blogpost) -->
|
||||
```
|
||||
|
||||
* (default) page: normal Confluence page - defaults to this if omitted
|
||||
* blogpost: [Blog post](https://confluence.atlassian.com/doc/blog-posts-834222533.html) in `Space`. Cannot have `Parent`(s)
|
||||
|
||||
Mark supports Go templates, which can be included into article by using path
|
||||
to the template relative to current working dir, e.g.:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user