File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -513,30 +513,6 @@ characters and numbers that are `-` separated.
513
513
514
514
For more information on this see the [ binary format] ( ./Binary.md ) .
515
515
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
-
540
516
# Lexical structure
541
517
[ lexical-structure ] : #lexical-structure
542
518
You can’t perform that action at this time.
0 commit comments