From 96a81be9379ce1bfea8f11258f8d0b373e7a0162 Mon Sep 17 00:00:00 2001 From: ADTC Date: Mon, 25 Sep 2023 18:36:31 +0800 Subject: [PATCH] Comment the ellipsis in code blocks in docs/index.md This is to ensure proper syntax highlighting in http://reactcommunity.org/react-modal/ --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 99f4dcbd..6ab362fa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -186,7 +186,7 @@ choose a different parent element by providing a function to the ```jsx document.querySelector('#root')}>

Modal Content.

@@ -202,7 +202,7 @@ You can use ref callbacks to get the overlay and content DOM nodes directly: ```jsx (this.overlayRef = node)} contentRef={node => (this.contentRef = node)}>

Modal Content.