FormatForGoogleCalendar
Function: formatForGoogleCalendar()
[object Object]
Defined in: app/util/markdown.util.ts:52
Formats markdown text for Google Calendar by converting it to HTML that Google Calendar supports. It handles headers, bold, italic, strikethrough, links, lists, and code formatting.
Parameters
markdown
string | null | undefined
The markdown text to format.
Returns
[object Object]
The formatted text suitable for Google Calendar.