markdown-confluence / markdown-confluence

Publish your Markdown Files to Confluence

Home Page:https://markdown-confluence.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Cannot read properties of null (reading 'length') - callout block

d4rr3ll opened this issue · comments

I'm using the obsidian plugin and I get the error when trying to publish.

This is an example of a callout block I have that throws this error...

> [!info] Title
> Request the following three groups, so three separate requests:
> 	`group1`
> 	`group2`
> 	`group3`
> 
> [Request Ticket](https://somelink.internal/123)
> ![[Pasted image 20231006155212.png|400]]

Adding a single extra line and the error goes away

> [!info] Title
> Request the following three groups, so three separate requests:
> 	`group1`
> 	`group2`
> 	`group3`
> 
> [Request Ticket](https://somelink.internal/123)
> 
> ![[Pasted image 20231006155212.png|400]]