-
Notifications
You must be signed in to change notification settings - Fork 25
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
Content isn't separated properly. #52
Comments
Not sure if this is the same issue, but I am having issues where diet-ng inexplicably puts 2 elements that are on separate lines together without spacing directives. e.g.:
results in:
Button 1 and button 2 appear touching, but if they were separated by a newline, they would have had a slight space between them. I've had to put a span between them to make sure they get separated. I know there are spacing directives to make sure all space is removed, but that doesn't help when all the space has been removed! |
This is still happening in October 2022 :-( I was going to raise a new issue but this may serve to bump it up the queue :- // linebreaks.dt
It renders to messy HTML. Adding a trailing space to the line or indenting using two spaces does add a space between the words. Note also that the first para comes out appended to the
|
October 2023, 5 years - no fix. Even Text nodes documentation example renders incorrectly:
Renders as Also note this bug causes a regresion in vibe.d. Workoaround via downgrading vibe.dIf someone (like me) is still interested in using vibe.d with Diet templates, the only way to use it (without this bug) right now is to use this project specification in // Compiler needed for vibe.d version below
toolchainRequirements frontend="~>2.071.2"
// The latest vibe.d version without diet-ng buggy Diet templates
dependency "vibe-d" version="==0.7.29"
// Also specify OpenSSL version to prevent its upgrade causing errors
dependency "openssl" version="==1.1.6+1.0.1g" Note: If you use Windows, |
As it can be seen on the vibe.d website's about page it's split like:
But still it's written as "aprogramming" instead of "a programming"
See the screenshot for representation in the browser.
The text was updated successfully, but these errors were encountered: