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
Add code_style property to the SourceCode class.
It defaults to 'vs'.
Available styles are here https://xyproto.github.io/splash/docs/
Usage example
<source-code folder="sources"
code_style="solarized-dark"
files="main.go pod.yaml"
start-lines="26;18,21"
end-lines="27;18,22">
</source-code>
Add code_style property to the SourceCode class.
It defaults to 'vs'.
Available styles are here https://xyproto.github.io/splash/docs/
Usage example
<source-code folder="sources"
code_style="solarized-dark"
files="main.go pod.yaml"
start-lines="26;18,21"
end-lines="27;18,22">
</source-code>
Change demoit.js so it will accept styles.
Available styles are here https://xyproto.github.io/splash/docs/
The text was updated successfully, but these errors were encountered: