extension for ref resolve, explode, implode, weave, tangle
This commit is contained in:
parent
8203f50fd5
commit
65bfc1aebf
39 changed files with 3959 additions and 25 deletions
12
examples/migration/legacy-literate.md
Normal file
12
examples/migration/legacy-literate.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Legacy Literate Successor
|
||||
|
||||
```python {#config}
|
||||
CONFIG = {"ready": True}
|
||||
```
|
||||
|
||||
```python {#main tangle="src/app.py"}
|
||||
<<config>>
|
||||
|
||||
def main():
|
||||
return CONFIG["ready"]
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue