Skip to content

Commit ff8bd9e

Browse files
committed
Remove markdown section
1 parent 50dda75 commit ff8bd9e

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

design/mvp/WIT.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -513,30 +513,6 @@ characters and numbers that are `-` separated.
513513

514514
For more information on this see the [binary format](./Binary.md).
515515

516-
## WIT in Markdown
517-
[markdown]: #wit-in-markdown
518-
519-
The WIT text format can also additionally be parsed from markdown files with the
520-
extension `wit.md`, for example `foo.wit.md`:
521-
522-
# This would be
523-
524-
Some markdown text
525-
526-
```wit
527-
// interspersed with actual `*.wit`
528-
interface my-interface {
529-
```
530-
531-
```wit
532-
// which can be broken up between multiple blocks
533-
}
534-
```
535-
536-
Triple-fence code blocks with the `wit` marker will be extracted from a markdown
537-
file and concatenated into a single string which is then parsed as a normal
538-
`*.wit` file.
539-
540516
# Lexical structure
541517
[lexical-structure]: #lexical-structure
542518

0 commit comments

Comments
 (0)