@@ -136,16 +136,16 @@ find_package(MbedTLS REQUIRED)
136136target_link_libraries(myapp PRIVATE MbedTLS::mbedtls MbedTLS::mbedx509 MbedTLS::tfpsacrypto)
137137```
138138You can also refer to the following example programs demonstrating how to consume Mbed TLS as a CMake package:
139- - programs/test/cmake_package
140- - programs/test/cmake_package_install
139+ - ` programs/test/cmake_package `
140+ - ` programs/test/cmake_package_install `
141141
142142#### Using the Mbed TLS Crypto pkg-config file
143143
144144The Mbed TLS CMake build system still provides the pkg-config file mbedcrypto.pc, so you can continue using it.
145145Internally, it now references the tfpsacrypto library.
146146
147- A new pkg-config file, tfpsacrypto.pc, is also provided.
148- Both mbedcrypto.pc and tfpsacrypto.pc are functionally equivalent, providing the same compiler and linker flags.
147+ A new pkg-config file, ` tfpsacrypto.pc ` , is also provided.
148+ Both ` mbedcrypto.pc ` and ` tfpsacrypto.pc ` are functionally equivalent, providing the same compiler and linker flags.
149149
150150#### Using Mbed TLS as an installed library
151151
@@ -159,7 +159,7 @@ Others remain for historical reasons and may be cleaned up in later versions of
159159We strongly recommend not relying on the declarations in these headers, as they may be removed or modified without notice.
160160See the section Private Declarations in the TF-PSA-Crypto 1.0 migration guide for more information.
161161
162- Finally, note the new include/tf-psa-crypto directory, which contains the TF-PSA-Crypto version and build-time configuration headers.
162+ Finally, note the new ` include/tf-psa-crypto ` directory, which contains the TF-PSA-Crypto version and build-time configuration headers.
163163
164164### Audience-Specific Notes
165165
0 commit comments