mirror of
https://github.com/imfing/hextra.git
synced 2025-08-25 01:56:37 -04:00
docs: add documentation on all shortcodes (#753)
This commit is contained in:

committed by
GitHub

parent
80ada64da0
commit
2033d50005
@@ -1,4 +1,11 @@
|
||||
{{/* Render Jupyter Notebook */}}
|
||||
{{- /*
|
||||
Render Jupyter Notebook
|
||||
|
||||
@param {string} 0 The path of the Jupyter Notebook.
|
||||
|
||||
@example {{% jupyter "notebook.ipynb" %}}
|
||||
*/ -}}
|
||||
|
||||
{{- $path := .Get 0 -}}
|
||||
{{- $data := "" -}}
|
||||
{{- $page := .Page -}}
|
||||
|
Reference in New Issue
Block a user