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
The \VERB environment as implemented in the pandoc defaults template does not apply the background specified in the skylighting theme, resulting in potentially unreadable code if syntax highlighting is enabled on inline code and a dark theme is in use (e.g. breezedark).
Example:
A line with `function update_post_thumbnail_cache( $wp_query = null )`{.php} inline code and syntax highlighting.
A line with `function update_post_thumbnail_cache( $wp_query = null )` inline code.
An effective workaround in the short term is to not use fenced code attributes on inline code, which has pandoc use \texttt rather than \VERB.
The text was updated successfully, but these errors were encountered:
The
\VERB
environment as implemented in the pandoc defaults template does not apply the background specified in the skylighting theme, resulting in potentially unreadable code if syntax highlighting is enabled on inline code and a dark theme is in use (e.g. breezedark).Example:
An effective workaround in the short term is to not use fenced code attributes on inline code, which has pandoc use
\texttt
rather than\VERB
.The text was updated successfully, but these errors were encountered: