nicolasb29

Results 7 comments of nicolasb29

Hi, It seems that css class changed from md-footer-copyright to md-copyright https://github.com/orzih/mkdocs-with-pdf/blob/f2e78d8c8ecb505636ba31a4830646038a78accd/mkdocs_with_pdf/themes/material.py

Hi, I have found a workaround : add a file pdf_event_hook.py (experimental feature) with this contant ``` import logging from bs4 import BeautifulSoup from mkdocs.structure.pages import Page def inject_link(html: str,...

Hi! The idea is to use a recipe like this ```yaml --- type: specs.openrewrite.org/v1beta/recipe name: com.yourorg.CreateYamlFileExample displayName: Create YAML file example recipeList: - org.openrewrite.yaml.CreateYamlFile: relativeFileName: foo/bar/baz.yaml fileContentsUrl: https://raw.githubusercontent.com/openrewrite/rewrite/main/rewrite.yml ``` So...

Hi! Is it possible to use this recipe in a declarative recipe in Yaml without writing my own recipe in Java? Because I don't see an option for a file...

Oh good ! I will try and close this issue if all is ok !

Hi! It's working fine!! Thanks!

Only one question about preconditions, is there a way to do a negation, for example "if not found in files" with [this](https://docs.openrewrite.org/recipes/core/findsourcefiles)