Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only process code fences with a 'process' flag present #1

Open
brendanzab opened this issue Sep 7, 2020 · 1 comment
Open

Only process code fences with a 'process' flag present #1

brendanzab opened this issue Sep 7, 2020 · 1 comment
Assignees

Comments

@brendanzab
Copy link

brendanzab commented Sep 7, 2020

Hey, thanks for the preprocessor!

I've noticed that mdbook-graphviz requires a process flag to be present before processing them as graphviz diagrams:

```dot process
digraph {
    processed -> graph
}
```

Just as a matter of 'preprocessor hygiene', it would be really cool if mdbook-svgbob did similar! This would mean you could talk about bob documents as well as processing them as SVGs. I realise this is a breaking change though.

@boozook boozook self-assigned this Nov 18, 2022
@boozook
Copy link
Owner

boozook commented Nov 18, 2022

Hey 👋
That's easy change but I have a questions. If it steel relevant off course.

I'm not quite sure what it's for exactly. Could you explain purposes of this?

boozook pushed a commit that referenced this issue Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants