-
Hi!
I try to run simple code on mac with .net6 and get an RazorEngine.Templating.TemplateCompilationException on extent.Flush();
Code:
```
var extent = new ExtentReports();
var htmlReporter = n…
-
## Problem:
If I want to change even a small detail about release notes (like date format or customize the summary message) it is not possible at the moment.
## Solution:
We need some kind of cu…
wwilk updated
7 years ago
-
I want to create buttons after somebody did some input and clicked a button. This is working fine in default voila but not with voila-material.
I installed the latest version via pip: 0.3.0
Exam…
tobyX updated
4 years ago
-
```
Update the template code (r407 and HEADER_TEMPLATE) to use string.Template (new
in Python 2.4) instead the current %(keyword)s format.
http://docs.python.org/library/string.html#template-strings…
-
Some markdown engines support syntax like below to specify image dimensions, but it doesn't seem to work in markup-it
`![](./pic/pic1_50.png =100x20)
`
This is important for SVG files since there's …
-
### What is the problem this feature will solve?
There is no built-in template engine
### What is the feature you are proposing to solve the problem?
Have a template engine as a core, To be equival…
-
On the index page(s), the template author can only use 1-line title, or the full content.
But it's a common practice to have lead section. Content authors then keep this in mind stylistically and t…
-
I've started using `NinjaClassicModule` to remove parts of Ninja Framework I didn't need. One of those is the templating engine Freemarker, since my server only ever returns JSON responses.
Assume my…
-
I'm refactoring some piece of some old code where I use DOM traversing to change field's values programmatically. It works, however, I would prefer to use more elegant techniques if possible. I got ex…
-
```
Update the template code (r407 and HEADER_TEMPLATE) to use string.Template (new
in Python 2.4) instead the current %(keyword)s format.
http://docs.python.org/library/string.html#template-strings…