Skip to content

Commit 62ab357

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.2] and CHANGELOG (Fixes #294)
1 parent f54ef55 commit 62ab357

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

docs/PipeScript.Template.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
11
PipeScript.Template
22
-------------------
33
### Synopsis
4-
Inline Transpiler
4+
Template Transpiler
55

66
---
77
### Description
88

9-
The PipeScript Core Inline Transpiler. This makes Source Generators with inline PipeScript work.
9+
The PipeScript Core Template Transpiler.
10+
11+
This allows PipeScript to generate many other languages.
1012

1113
Regardless of underlying source language, a source generator works in a fairly straightforward way.
1214

1315
Inline PipeScript will be embedded within the file (usually in comments).
1416

1517
If a Regular Expression can match each section, then the content in each section can be replaced.
1618

17-
---
18-
### Examples
19-
#### EXAMPLE 1
20-
```PowerShell
21-
</div>" -ClassName MyClass -Content MyContent
22-
```
23-
2419
---
2520
### Parameters
2621
#### **SourceText**

0 commit comments

Comments
 (0)