Correct markdown misinterpretation.

The term “#define”, when the line breaking happens to put at the
beginning of a line, confuses markdown. This change escapes the '#'.

Change-Id: I8300324f9e8c7561f32aba6fa29c0132a188a58b
This commit is contained in:
Adam Langley 2016-04-27 11:08:13 -07:00
parent a081423809
commit 724dcbf5e2

View File

@ -50,7 +50,7 @@ lists generated for GN in Chromium.
BoringSSL does not present a lot of configurability in order to reduce the BoringSSL does not present a lot of configurability in order to reduce the
number of configurations that need to be tested. But there are a couple of number of configurations that need to be tested. But there are a couple of
#defines that you may wish to set: \#defines that you may wish to set:
`OPENSSL_NO_ASM` prevents the use of assembly code (although it's up to you to `OPENSSL_NO_ASM` prevents the use of assembly code (although it's up to you to
ensure that the build system doesn't link it in if you wish to reduce binary ensure that the build system doesn't link it in if you wish to reduce binary