Skip to content

Commit a0fe47e

Browse files
committed
(style): Repair style warnings in markdown documents
1 parent 425a504 commit a0fe47e

File tree

4 files changed

+25
-23
lines changed

4 files changed

+25
-23
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ insert_final_newline = true
1010
[*.4th]
1111
indent_size = 3
1212

13-
[*.yml]
13+
[*.yml,*.md]
1414
indent_size = 2

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Build Status](https://github.com/ikysil/ikforth/workflows/CI/badge.svg?branch=master)](https://github.com/ikysil/ikforth/actions)
66

77
A few facts:
8+
89
* 32 bits code
910
* Runs on Linux and Windows (tested with Wine)
1011
* Supports Indirect and Direct Threaded Code representations
@@ -17,5 +18,5 @@ A few facts:
1718

1819
----
1920

20-
* https://forth-standard.org/
21-
* http://www.forth200x.org/
21+
* <https://forth-standard.org/>
22+
* <http://www.forth200x.org/>

docs/hacking.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,31 @@
1212

1313
* `/blocks` - filesystem root for `BLOCK` wordset implementations
1414
* `/bootdict` - Bootstrap dictionary, Flat Assembler sources
15-
* `/tc` - Forth VM threaded code
16-
* `/x86` - native x86 code
17-
* `/x86-dtc` - native x86 code, DTC specifics
18-
* `/x86-itc` - native x86 code, ITC specifics
19-
* `bootdict-x86.asm` - main module for x86
15+
* `/tc` - Forth VM threaded code
16+
* `/x86` - native x86 code
17+
* `/x86-dtc` - native x86 code, DTC specifics
18+
* `/x86-itc` - native x86 code, ITC specifics
19+
* `bootdict-x86.asm` - main module for x86
2020
* `/build` - build artifacts and temporary files
2121
* `/contrib`
22-
* `/*` - contributions, Forth
23-
* `*.4th`
22+
* `/*` - contributions, Forth
23+
* `*.4th`
2424
* `/docs` - system documentation
2525
* `/docker` - definitions for Dockerized build environments
2626
* `/lib` - libraries
2727
* `/product`
28-
* `ikforth-base-x86` - basic interactive system configuration, Forth
29-
* `ikforth-dev-x86` - developer's interactive configuration, Forth
28+
* `ikforth-base-x86` - basic interactive system configuration, Forth
29+
* `ikforth-dev-x86` - developer's interactive configuration, Forth
3030
* `/src`
3131
* `/lincon` - LINux CONstants dynamic library, C sources
3232
* `/loader` - Loader for dictionaries, C/C++ sources
3333
* `/sysdict` - system dictionary, Forth
34-
* `/term` - terminal integration, Forth
35-
* `/x86` - x86-specific primitives, Forth
36-
* `/x86-linux` - Linux-specific definitions, Forth
37-
* `/x86-windows` - Windows-specific definitions, Forth
38-
* `*.4th`
34+
* `/term` - terminal integration, Forth
35+
* `/x86` - x86-specific primitives, Forth
36+
* `/x86-linux` - Linux-specific definitions, Forth
37+
* `/x86-windows` - Windows-specific definitions, Forth
38+
* `*.4th`
3939
* `/test`
40-
* `/*` - tests, Forth
41-
* `/forth2012-test-suite` - Gerry Jackson's Test programs for Forth 2012 and ANS Forth
42-
* `*.4th`
40+
* `/*` - tests, Forth
41+
* `/forth2012-test-suite` - Gerry Jackson's Test programs for Forth 2012 and ANS Forth
42+
* `*.4th`

docs/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
**ikforth** is an idiomatic Forth implementation.
44

5-
[![Build Status](https://github.com/ikysil/ikforth/workflows/CI/badge.svg?branch=master)](https://github.com/ikysil/ikforth/actions
5+
[![Build Status](https://github.com/ikysil/ikforth/workflows/CI/badge.svg?branch=master)](https://github.com/ikysil/ikforth/actions)
66

77
A few facts:
8+
89
* 32 bits code
910
* Runs on Linux and Windows (tested with Wine)
1011
* Supports Indirect and Direct Threaded Code representations
@@ -17,5 +18,5 @@ A few facts:
1718

1819
----
1920

20-
* https://forth-standard.org/
21-
* http://www.forth200x.org/
21+
* <https://forth-standard.org/>
22+
* <http://www.forth200x.org/>

0 commit comments

Comments
 (0)