Browse Source

cookbooks/devel/core.md: small formatting updates

Daniel-Constantin Mierla 3 years ago
parent
commit
f7045a061e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/cookbooks/devel/core.md

+ 2 - 2
docs/cookbooks/devel/core.md

@@ -463,7 +463,7 @@ quotes to make it convenient to be used as a string token.
 
 -   perform substitutions inside the strings of config (note that define
     is replacing only IDs - alphanumeric tokens not enclosed in quotes)
--   #!subst offers an easy way to search and replace inside strings
+-   `#!subst` offers an easy way to search and replace inside strings
     before cfg parsing. E.g.,:
 
 ``` c
@@ -497,7 +497,7 @@ Similar to **subst**, but in addition it adds a **#!define ID subst**.
 ```
 
 Similar to **subst**, but in addition it adds a **#!define ID "subst"**
-(note the difference from #!substdef that the value for define is
+(note the difference from `#!substdef` that the value for define is
 enclosed in double quotes, useful when the define is used in a place for
 a string value).