mkpdfs-mkdocs-plugin icon indicating copy to clipboard operation
mkpdfs-mkdocs-plugin copied to clipboard

Long code commands are truncated in pdf

Open jvleminc opened this issue 3 years ago • 3 comments

Long code commands are not shown correctly, for instance:

image

jvleminc avatar Jul 13 '21 19:07 jvleminc

Hi @jvleminc Could you please provide the source code? KR

comwes avatar Jul 14 '21 17:07 comwes

For instance, this long code command is printed truncated:

```
osm --all-projects k8scluster-add --creds .kube/config --vim _system-osm-vim --k8s-nets '{"net1": null}' --version '1.15' --description "OSM Internal Cluster" _system-osm-k8s
```

In the end I managed to change the CSS to reduce the font size, and this helped, but it would be good to have function handle this even with bigger fonts.

jvleminc avatar Jul 14 '21 18:07 jvleminc

Thanks, Will check and see if a fix can be included in 1.1.0

comwes avatar Jul 14 '21 20:07 comwes