Skip to content

Commit 6160c11

Browse files
committed
update readme
1 parent 8896673 commit 6160c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ import com.vladsch.flexmark.util.options.DataHolder;
121121

122122
public class PegdownOptions {
123123
static final DataHolder OPTIONS = PegdownOptionsAdapter.flexmarkOptions(
124-
Extensions.ALL | Extensions.MULTI_LINE_IMAGE_URLS
124+
Extensions.ALL
125125
);
126126

127127
static final Parser PARSER = Parser.builder(OPTIONS).build();

0 commit comments

Comments
 (0)