Issues with print format

If I go to print a topic that has code sections, I find that they cut off in the printout not showing the entire code if its is longer than about half a page. Is there something we can do about this? Also would like to be able to print code text smaller to deal with longer lines.

Thanks

This is probably an issue of the way that markdown works and how browsers render the code. It's likely not something that the forum's configuration can control. Some browsers may render slightly differently, but it might not solve the issue.

@thess may have some ideas/thoughts, though.

@t_open I do know you can get the raw Markdown with: https://forum.openwrt.org/raw/<topic-id> but that may not be what you want. There are some other ways you can get a topic or post in HTML but I will need to see if they will solve your issue -- what posting were you trying to print?

Edit: You can get a single post by appending the post # after the ID. Ex: .../raw/<topic-id>/<post-number>

These two

https://forum.openwrt.org/t/how-to-direct-internet-thru-openvpn/240336
https://forum.openwrt.org/t/how-to-get-openvpn-clients-to-connect-to-each-other/240581

So something like:
https://forum.openwrt.org/raw/240336/11
should do it :wink:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.