Skip to content

ntfy: add markdown header support#1135

Open
Mause wants to merge 1 commit intoffflorian:mainfrom
Mause:markdown
Open

ntfy: add markdown header support#1135
Mause wants to merge 1 commit intoffflorian:mainfrom
Mause:markdown

Conversation

@Mause
Copy link
Copy Markdown

@Mause Mause commented Mar 26, 2026

}

if (publishConfig.markdown) {
requestConfig.headers['X-Markdown'] = publishConfig.markdown;
Copy link
Copy Markdown
Owner

@ffflorian ffflorian Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Small suggestion:

Suggested change
requestConfig.headers['X-Markdown'] = publishConfig.markdown;
requestConfig.headers['X-Markdown'] = publishConfig.markdown.toString();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants