mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs: Force highlighter to work despite errors on snippets that it cannot parse
This commit is contained in:
@@ -130,6 +130,7 @@ The use of **function modifiers** makes these
|
||||
restrictions highly readable.
|
||||
|
||||
.. code-block:: solidity
|
||||
:force:
|
||||
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity ^0.8.4;
|
||||
@@ -293,6 +294,7 @@ function finishes.
|
||||
will run even if the function explicitly returns.
|
||||
|
||||
.. code-block:: solidity
|
||||
:force:
|
||||
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity ^0.8.4;
|
||||
|
||||
Reference in New Issue
Block a user