Reputation: 197
I'm using this regular expression
\!\[.*\]\[(.*)\]
to capture image syntax tags for markdown. However, whenever I encounter a paragraph with more than 1 markdown image syntax on it, regex only considers it only as one image syntax.
Upvotes: 1
Views: 285