From d999b452e8bee8178e7486cd6a41ecd1f41059cd Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Mon, 5 Feb 2024 10:29:25 -0500 Subject: [PATCH] Fix formatting of notebook contributing.md (#1540) --- notebook/contributing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notebook/contributing.md b/notebook/contributing.md index 81e6a8e34..4b1970d88 100644 --- a/notebook/contributing.md +++ b/notebook/contributing.md @@ -26,7 +26,8 @@ The following points are best practices for authoring notebooks to ensure consis You don't need to explain in depth how to install AutoGen. Unless there are specific instructions for the notebook just use the following markdown snippet: -\:\:info Requirements +```` +\:\:\:info Requirements Install `pyautogen`: ```bash @@ -36,6 +37,7 @@ pip install pyautogen For more information, please refer to the [installation guide](/docs/installation/). \:\:\: +```` When specifying the config list, to ensure consistency it is best to use approximately the following code: