fix markup (#4155)
This commit is contained in:
parent
3e93ae8af4
commit
91c270c14a
|
@ -1,8 +1,10 @@
|
||||||
# Nu-Engine
|
# Nu-Engine
|
||||||
|
|
||||||
Nu-engine handles most of the core logic of nushell. For example, engine handles:
|
Nu-engine handles most of the core logic of nushell. For example, engine handles:
|
||||||
- Passing of data between commands
|
|
||||||
- Evaluating a commands return values
|
- Passing of data between commands
|
||||||
- Loading of user configurations
|
- Evaluating a commands return values
|
||||||
|
- Loading of user configurations
|
||||||
|
|
||||||
## Top level introduction
|
## Top level introduction
|
||||||
The following topics shall give the reader a top level understanding how various topics are handled in nushell.
|
The following topics shall give the reader a top level understanding how various topics are handled in nushell.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user