Dataview doesnt retrieve full content from callouts for tables

I have a series of callouts looking like:

[!note]+ Story
[star_wars:: Some text here.]

And I build a table with them inside the same note:

TABLE WITHOUT ID 
  star_wars AS "Star Wars"
WHERE file.path = this.file.path

But if I put in the callout a large text with many paragraphs - my table still stays with only the first paragraph, others are ignored. For example:

How can I catch all the paragraphs of my texts to be inserted into the tables?

Thanks in advance