new syntax for admonitions

This commit is contained in:
Deborah Barnard
2023-11-06 14:10:19 +00:00
parent f7bdf16772
commit 551147c430
608 changed files with 3404 additions and 3344 deletions

View File

@@ -10,9 +10,9 @@ The binary data buffer contains all the binary file data processed by a workflow
* Using the data in calculations: for example, calculating a hash value based on it.
* Complex HTTP requests: for example, combining file upload with sending other data formats.
!!! note "Not available in Python"
`getBinaryDataBuffer()` isn't supported when using Python.
/// note | Not available in Python
`getBinaryDataBuffer()` isn't supported when using Python.
///
You can access the buffer using n8n's `getBinaryDataBuffer()` function: