Skip to content

Commit 0d3d5bd

Browse files
committed
Try fix footnotes
1 parent acaf013 commit 0d3d5bd

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ The main features include:
3131
| proto2 groups | Not supported[^2] | Ignored | ? |
3232
| json mappings | Supported | Supported | ? |
3333

34-
[^1] Ocaml-bp has a sister project `Ocaml-bp-plugin` which emit
34+
[^1]: Ocaml-bp has a sister project `Ocaml-bp-plugin` which emit
3535
Ocaml-pb definitions from a `.proto`. The plugin parses files are proto2
3636
Ocaml type definitions (all fields are option types), and repeated
3737
fields are not packed by default.
3838

39-
[^2] Groups has been deprecated by google and should not be used.
39+
[^2]: Groups has been deprecated by google and should not be used.
4040

41-
[^3] `ocaml_protoc` will always transmit all fields that are not
41+
[^3]: `ocaml_protoc` will always transmit all fields that are not
4242
marked optional, and does not *strictly* comply to the protobuf
4343
specification.
4444

@@ -121,13 +121,7 @@ can generate the Ocaml code by running
121121

122122
Parameters are separated by `;`
123123

124-
[^6] When using this option, all dependencies needs to be compiled
125-
using this option as well. E.g. if the protobuf file dependes on
126-
*google well known types*, you will need to rebuild using
127-
`prefix_output_with_package=true` as
128-
well. This dune file
129-
[dune](https://github.com/andersfugmann/ocaml-protoc-plugin/blob/main/test/test_params/google_types_prefixed/dune)
130-
lists how to do that.
124+
[^6]: When using this option, all dependencies needs to be compiled using this option as well. E.g. if the protobuf file dependes on *google well known types*, you will need to rebuild using `prefix_output_with_package=true` as well. This dune file [dune](https://github.com/andersfugmann/ocaml-protoc-plugin/blob/main/test/test_params/google_types_prefixed/dune) lists how to do that.
131125

132126
If `protoc-gen-ocaml` is not located in the path, it is possible to
133127
specify the exact path to the plugin:

0 commit comments

Comments
 (0)