diff --git a/fortran/src/README.md b/fortran/src/README.md index 4cac82ee0f6..e9de6aa9e0f 100644 --- a/fortran/src/README.md +++ b/fortran/src/README.md @@ -117,6 +117,20 @@ FOR DEVELOPERS Procedure to add a new function -------------------------------- +> [!NOTE] +> Highlights information that users should take into account, even when skimming. + +> [!TIP] +> Optional information to help a user be more successful. + +> [!IMPORTANT] +> Crucial information necessary for users to succeed. + +> [!WARNING] +> Critical content demanding immediate user attention due to potential risks. + +> [!CAUTION] +> Negative potential consequences of an action. > [!IMPORTANT] The use of C stubs (H5\*f.c) is no longer recommended. The C APIs should now be called from Fortran wrappers. C wrappers description exists for maintenance purposes and to create and understand alternative development options.