Skip to content

Commit 0646433

Browse files
committed
Fix broken markup in ConfigurationFuzzer
1 parent af8c83c commit 0646433

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/notebooks/ConfigurationFuzzer.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -6954,12 +6954,12 @@
69546954
},
69556955
"source": [
69566956
"When copying, expansions in the copy should also refer to symbols in the copy. Hence, when expanding `<int>` in\n",
6957-
"\n",
6958-
"```<int> ::= <int><digit>```\n",
6959-
"\n",
6957+
"```\n",
6958+
"<int> ::= <int><digit>\n",
6959+
"```\n",
69606960
"make that\n",
6961-
"\n",
6962-
"```<int> ::= <int><digit>\n",
6961+
"```\n",
6962+
"<int> ::= <int><digit>\n",
69636963
"<int'> ::= <int'><digit'>\n",
69646964
"```\n",
69656965
"\n",

0 commit comments

Comments
 (0)