Skip to content

Commit 4e3c47b

Browse files
davidvinczed3zd3z
authored andcommittedApr 21, 2020
docs: Fix Markdown rendering issues
- Fix rendering issues of multi-line HTML comments (license headers) - Fix rendering issues of footnotes Change-Id: I06c8ad3454a62187e9d527df62560b897ec478f4 Signed-off-by: David Vincze <[email protected]>
1 parent e3cbbec commit 4e3c47b

File tree

4 files changed

+57
-55
lines changed

4 files changed

+57
-55
lines changed
 

‎docs/PORTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ int flash_area_id_to_multi_image_slot(int image_index, int area_id);
144144
needs to provide this pair of function.
145145
146146
To configure the what functions are called when allocating/deallocating
147-
memory `mbed TLS` uses the following call [^cite1]:
147+
memory `mbed TLS` uses the following call [^1]:
148148
149149
```
150150
int mbedtls_platform_set_calloc_free (void *(*calloc_func)(size_t, size_t),
@@ -155,4 +155,4 @@ If your system already provides functions with compatible signatures, those
155155
can be used directly here, otherwise create new functions that glue to
156156
your `calloc/free` implementations.
157157
158-
[^cite1]```https://tls.mbed.org/api/platform_8h.html```
158+
[^1]: ```https://tls.mbed.org/api/platform_8h.html```

‎docs/design.md

+19-17
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
<!--
2-
Licensed to the Apache Software Foundation (ASF) under one
3-
or more contributor license agreements. See the NOTICE file
4-
distributed with this work for additional information
5-
regarding copyright ownership. The ASF licenses this file
6-
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
8-
with the License. You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
14-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
KIND, either express or implied. See the License for the
16-
specific language governing permissions and limitations
17-
under the License.
2+
-
3+
- Licensed to the Apache Software Foundation (ASF) under one
4+
- or more contributor license agreements. See the NOTICE file
5+
- distributed with this work for additional information
6+
- regarding copyright ownership. The ASF licenses this file
7+
- to you under the Apache License, Version 2.0 (the
8+
- "License"); you may not use this file except in compliance
9+
- with the License. You may obtain a copy of the License at
10+
-
11+
- http://www.apache.org/licenses/LICENSE-2.0
12+
-
13+
- Unless required by applicable law or agreed to in writing,
14+
- software distributed under the License is distributed on an
15+
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
- KIND, either express or implied. See the License for the
17+
- specific language governing permissions and limitations
18+
- under the License.
19+
-
1820
-->
1921

2022
<!--
21-
Modifications are Copyright (c) 2019-2020 Arm Limited.
23+
- Modifications are Copyright (c) 2019-2020 Arm Limited.
2224
-->
2325

2426
# Boot Loader

‎docs/encrypted_images.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<!--
2-
#
3-
# Licensed to the Apache Software Foundation (ASF) under one
4-
# or more contributor license agreements. See the NOTICE file
5-
# distributed with this work for additional information
6-
# regarding copyright ownership. The ASF licenses this file
7-
# to you under the Apache License, Version 2.0 (the
8-
# "License"); you may not use this file except in compliance
9-
# with the License. You may obtain a copy of the License at
10-
#
11-
# http://www.apache.org/licenses/LICENSE-2.0
12-
#
13-
# Unless required by applicable law or agreed to in writing,
14-
# software distributed under the License is distributed on an
15-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16-
# KIND, either express or implied. See the License for the
17-
# specific language governing permissions and limitations
18-
# under the License.
19-
#
2+
-
3+
- Licensed to the Apache Software Foundation (ASF) under one
4+
- or more contributor license agreements. See the NOTICE file
5+
- distributed with this work for additional information
6+
- regarding copyright ownership. The ASF licenses this file
7+
- to you under the Apache License, Version 2.0 (the
8+
- "License"); you may not use this file except in compliance
9+
- with the License. You may obtain a copy of the License at
10+
-
11+
- http://www.apache.org/licenses/LICENSE-2.0
12+
-
13+
- Unless required by applicable law or agreed to in writing,
14+
- software distributed under the License is distributed on an
15+
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
- KIND, either express or implied. See the License for the
17+
- specific language governing permissions and limitations
18+
- under the License.
19+
-
2020
-->
2121

2222
# Encrypted images

‎docs/signed_images.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<!--
2-
#
3-
# Licensed to the Apache Software Foundation (ASF) under one
4-
# or more contributor license agreements. See the NOTICE file
5-
# distributed with this work for additional information
6-
# regarding copyright ownership. The ASF licenses this file
7-
# to you under the Apache License, Version 2.0 (the
8-
# "License"); you may not use this file except in compliance
9-
# with the License. You may obtain a copy of the License at
10-
#
11-
# http://www.apache.org/licenses/LICENSE-2.0
12-
#
13-
# Unless required by applicable law or agreed to in writing,
14-
# software distributed under the License is distributed on an
15-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16-
# KIND, either express or implied. See the License for the
17-
# specific language governing permissions and limitations
18-
# under the License.
19-
#
2+
-
3+
- Licensed to the Apache Software Foundation (ASF) under one
4+
- or more contributor license agreements. See the NOTICE file
5+
- distributed with this work for additional information
6+
- regarding copyright ownership. The ASF licenses this file
7+
- to you under the Apache License, Version 2.0 (the
8+
- "License"); you may not use this file except in compliance
9+
- with the License. You may obtain a copy of the License at
10+
-
11+
- http://www.apache.org/licenses/LICENSE-2.0
12+
-
13+
- Unless required by applicable law or agreed to in writing,
14+
- software distributed under the License is distributed on an
15+
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
- KIND, either express or implied. See the License for the
17+
- specific language governing permissions and limitations
18+
- under the License.
19+
-
2020
-->
2121

2222
## Image signing

0 commit comments

Comments
 (0)
Please sign in to comment.