-
We are using your library to embed code examples in our documentation (pure Markdown files).
We would like to include a link to the source file so a user can open it.
Input:
````
Hello worl…
-
Many parts of our documentation is copy-pasted from parts of the codebase, such as the CLI commands, and the different data types involded in the Plutus scripts.
I want to use [embedme](https://git…
-
This is probably related to #23. If the model contains a `ListField` wrapping an `EmbeddedDocumentField` and the latter is built from a string, then `model_form` fails.
The following code shows the p…
mapio updated
4 years ago
-
Here is a godbolt showing a class inherited and embedded: https://godbolt.org/z/jK7hTc51b
The embedded instance is constructed after the vbtables are installed:
```
Outer::Outer(void) PROC ; Ou…
-
### Bug description
I have a quarto project, in which I have set the "execute-dir: project" in the yml file. This is because I have data files in one folder in the project dir, and quarto notebooks i…
-
I have been using this tool and find it very useful to ensure our documentation is updated every time code changes. Most of the documentation requires only a small snippet from the source file and for…
-
It would be really useful to be able to start embedme in watch mode so that I can be editing the source code files and see the markdown document update automatically.
Things to consider
* cross pl…
-
I'd really like to be able to include snippets of files like in asciidoctor.
-
### What would you like to be added?
Some context for the issue below: I'm writing operator and generating CRD yaml using `controller-gen`
I have a CRD which has a `runtime.RawExtension` field, it…
-
I have a script that creates some Markdown file (say, `output.md`) and I would like to include this file in another file (say, `README.md).
I tried the following in `REAMDE.md`:
```
This is the…