You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When accessing the supplemental pages, the code blocks are not processed for syntax highlighting. The paths for the js and css folders are looking under /supplemental/css location instead of ../css.
A possible solution is to make the supplemental pages inline.
defsupplemental(content,static=false)# supplemental material is by definition separate from the presentation, so it doesn't make sense to attach notes@slides=get_slides_html(:static=>static,:supplemental=>content,:section=>false,:toc=>:all)@favicon=settings.showoff_config['favicon']@wrapper_classes=['supplemental']# DJI - Enable this for supplemental pages@inline=trueerb:onepageend
Are there issues with changing this option? Possibly conflicts with #893.
The text was updated successfully, but these errors were encountered:
When accessing the supplemental pages, the code blocks are not processed for syntax highlighting. The paths for the
js
andcss
folders are looking under/supplemental/css
location instead of../css
.A possible solution is to make the supplemental pages inline.
Are there issues with changing this option? Possibly conflicts with #893.
The text was updated successfully, but these errors were encountered: