Pages from BookStack are inserted into Wordpress with the help of shortcodes. To do this, it is necessary to know the ID of the BookStack page. The page with the ID 7 is inserted as follows, for example
[bb-bookstack id=7]
The content from BookStack is enclosed by a <div> of the class 'bb-bookstack-content' or 'bb-bookstack-title'. For example a list could be formatted as follows:
.bb-bookstack-content li {
font-weight: bold;
}
If you have any questions, suggestions or errors, you can reach me at Martin Dames <martin@bastionbytes.de>.