X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/68122e49effdf4d4210ddc0ebec69af88b50812a..706bf6cb37885ca97a49f772de00b535cf3dbf9f:/pycco-rs?ds=inline diff --git a/pycco-rs b/pycco-rs index 2dd50e7..b1d7f43 100755 --- a/pycco-rs +++ b/pycco-rs @@ -21,12 +21,15 @@ for ext, l in pycco.main.languages.items(): html_src = pycco_resources.html css_marker = '' -custom_css = '' +custom_css = '' +assert html_src.count(css_marker) == 1 html_src = html_src.replace(css_marker, css_marker+custom_css, 1) title_marker = '