mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-05 22:46:32 +00:00
fix(doc): add backtick delimiters to inline sql output string code as examples for beter visualization and readability
This commit is contained in:
parent
8c3d628348
commit
30eecb1c19
@ -58,9 +58,7 @@
|
||||
|
||||
- '`p_st`" would return '`past`"', but not '`paste`'
|
||||
|
||||
- `'h__s_n'` would return '`hanson`', 'hensen', or 'hansen'; but not 'harrison' (note that
|
||||
|
||||
'h%s_n' would return 'harrison'
|
||||
- `'h__s_n'` would return '`hanson`', 'hensen', or '`hansen`'; but not '`harrison`' (note that '`h%s_n`' would return '`harrison`')
|
||||
|
||||
### 14.3: Rules to Remember
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user