🔧 Update config with new pymdown extensions (#712)
* 🔧 Update config with new pymdown extensions * 📝 Update admonition blocks syntax * 📝 Update syntax for tabs with new pymdown extensions
This commit is contained in:
committed by
GitHub
parent
71baff6015
commit
a95bd3873d
@@ -71,8 +71,11 @@ This will return the first object in the `results` (if there was any).
|
||||
|
||||
That way, we don't have to deal with an iterable or a list.
|
||||
|
||||
!!! tip
|
||||
Notice that `.first()` is a method of the `results` object, not of the `select()` statement.
|
||||
/// tip
|
||||
|
||||
Notice that `.first()` is a method of the `results` object, not of the `select()` statement.
|
||||
|
||||
///
|
||||
|
||||
Although this query would find two rows, by using `.first()` we get only the first row.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user