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:
@@ -660,6 +660,7 @@ The following example shows how you can use ``require`` to check conditions on i
|
||||
and ``assert`` for internal error checking.
|
||||
|
||||
.. code-block:: solidity
|
||||
:force:
|
||||
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity >=0.5.0 <0.9.0;
|
||||
|
||||
Reference in New Issue
Block a user