Daniel Lobo

Results 27 comments of Daniel Lobo

Yes, I have tried to get this working (not with drupal zen theme) and seem to be having the same problem. I have posted an issue here: http://drupal.org/node/1660836

When using cert resolvers with '.internal' domain I seemed to have an issue with the cert resolvers. @kevinquillen answer worked for me, albeit switching from nginx to apache. Not sure...

I had issue with bbc where the nest p tags in divs. Newspaper4k seems to work perfectly after installing typing-extensions e.g. pip install typing-extensions Thanks

On dates why does bbc article prepend date to _text string now? e.g. `Published\n\n8 March\n\n` source https://www.bbc.co.uk/news/uk-england-london-68511760

Interestingly blockquotes indentation is being used here. CSS is like so: `.markdown-body blockquote { padding: 0 1em; /* color: var(--fgColor-muted, var(--color-fg-muted)); */ border-left: .25em solid var(--borderColor-default, var(--color-border-default)); } ` So...

Thanks for quick response Example here of what I would expect: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-text example here of how it is https://getbootstrap.com/docs/5.3/content/typography/#blockquotes also [example](https://www.danlobo.co.uk/article/testing-functional-javascript-vs-nightwatch-drupal-10x-and-ddev) here of how it has been implemented (bs5.3) with...

Just to update you I have reworked the markup around this and found that this format works better for me. Notice how .blockquote class can be applied to the parent...

Thinking about this, I am not clear why you have decided to use figure tag for blockquote tags? There is no mention of figure tags here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blockquote

Not sure if it is related but at one point I had to add something similar in my next config ``` module.exports = { i18n, images: { domains: [process.env.NEXT_IMAGE_DOMAIN], remotePatterns:...

I am using docker4drupal. If using the https://github.com/chapter-three/next-drupal it includes drupal and you can simply download the tar of docker4drupal, untar, remove the docker-compose.overide.yml there and then use this to...