-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add pre- and post- code inclusion to fppgen #31
base: main
Are you sure you want to change the base?
Conversation
Would you mind squashing all these down (or whatever dance git requires of you to make this a single commit merge)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only one small question, maybe a no-code answer.
@@ -23,7 +23,7 @@ | |||
</div> | |||
{{/scrambled}} | |||
{{#pre_text}} | |||
<pre class="prettyprint" language="{{{language}}}"> {{{text}}} </pre> | |||
<pre class="prettyprint" {{#language}}language="{{{language}}}"{{/language}}> {{{text}}} </pre> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have we checked this works? Inner "{{{language}}}" might need be to "{{..}}" or something like it
Doesn't "Squash and merge" only create one commit on the base branch? |
Dependent on #30. Can be marked as "not draft" once that is closed
Added logic to include
pre_code
andpost_code
regions into the generator. Below is an example source file:example_question.fpp