🔧 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
@@ -77,10 +77,13 @@ So, the highlighted block above, has the same results as the block below:
|
||||
|
||||
</details>
|
||||
|
||||
!!! tip
|
||||
The automatic data fetching will work as long as the starting object (in this case the `Hero`) is associated with an **open** session.
|
||||
/// tip
|
||||
|
||||
For example, here, **inside** a `with` block with a `Session` object.
|
||||
The automatic data fetching will work as long as the starting object (in this case the `Hero`) is associated with an **open** session.
|
||||
|
||||
For example, here, **inside** a `with` block with a `Session` object.
|
||||
|
||||
///
|
||||
|
||||
## Get a List of Relationship Objects
|
||||
|
||||
|
||||
Reference in New Issue
Block a user