File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -824,7 +824,7 @@ It also supports selecting a line range:
824
824
825
825
** Input**
826
826
827
- ``` md
827
+ ``` md:line-numbers
828
828
# Docs
829
829
830
830
## Basics
@@ -834,7 +834,7 @@ It also supports selecting a line range:
834
834
835
835
** Part file** (` parts/basics.md ` )
836
836
837
- ``` md
837
+ ``` md:line-numbers
838
838
Some getting started stuff.
839
839
840
840
### Configuration
@@ -844,7 +844,7 @@ Can be created using `.foorc.json`.
844
844
845
845
** Equivalent code**
846
846
847
- ``` md
847
+ ``` md:line-numbers
848
848
# Docs
849
849
850
850
## Basics
@@ -860,7 +860,7 @@ You can also use a [VS Code region](https://code.visualstudio.com/docs/editor/co
860
860
861
861
** Input**
862
862
863
- ``` md
863
+ ``` md:line-numbers
864
864
# Docs
865
865
866
866
## Basics
@@ -871,7 +871,7 @@ You can also use a [VS Code region](https://code.visualstudio.com/docs/editor/co
871
871
872
872
** Part file** (` parts/basics.md ` )
873
873
874
- ``` md
874
+ ``` md:line-numbers
875
875
<!-- #region basic-usage -->
876
876
## Usage Line 1
877
877
@@ -883,7 +883,7 @@ You can also use a [VS Code region](https://code.visualstudio.com/docs/editor/co
883
883
884
884
** Equivalent code**
885
885
886
- ``` md
886
+ ``` md:line-numbers
887
887
# Docs
888
888
889
889
## Basics
You can’t perform that action at this time.
0 commit comments