This PR adds a new feature where you can generate captions for images in the composer using AI. --------- Co-authored-by: Rafael Silva <[email protected]>
3 lines
121 B
JavaScript
3 lines
121 B
JavaScript
export const IMAGE_MARKDOWN_REGEX =
|
|
/!\[(.*?)\|(\d{1,4}x\d{1,4})(,\s*\d{1,3}%)?(.*?)\]\((upload:\/\/.*?)\)(?!(.*`))/g;
|