mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
fixed formatting
This commit is contained in:
parent
de2cfd3060
commit
beb52737da
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,6 @@ The PDF manual generation uses the Gimli for the conversion. It can be installed
|
||||||
sudo gem1.8 install gimli
|
sudo gem1.8 install gimli
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##Configuration
|
##Configuration
|
||||||
All markdown files need to be registered in the ```build_manual.sh``` file individually by modifying the ```doc_files``` variable / array:
|
All markdown files need to be registered in the ```build_manual.sh``` file individually by modifying the ```doc_files``` variable / array:
|
||||||
```bash
|
```bash
|
||||||
|
@ -20,5 +18,6 @@ doc_files=( 'Configuration.md'
|
||||||
'...'
|
'...'
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
##Restritions
|
##Restritions
|
||||||
As the conversion via Gimli will not respect embedded image's DPI settings, the diemnsions of the image will be defined by the physical resolution in pixels. As a rule of thumb one should not embedd images wider than 600px in the markdown files.
|
As the conversion via Gimli will not respect embedded image's DPI settings, the diemnsions of the image will be defined by the physical resolution in pixels. As a rule of thumb one should not embedd images wider than 600px in the markdown files.
|
Loading…
Add table
Add a link
Reference in a new issue