Joan Puigcerver
Joan Puigcerver
I've logged with GitHub with no problems (I can see my repositories) and I've enabled AppScript API. I've created a repository with a single file and I have been able...
## Expected behavior and actual behavior - Having a localized site, configured with: ```ruby activate :i18n, :langs => [:ca, :en, :es] ``` - Having a image in `source/folder1/images/pic1.png` that will...
Hi, I love this Git tutorial and I'm currently translating it to Catalan in my fork: https://github.com/joapuiib/git_training/tree/master/translations/ca I've created a folder named `translations` where a folder can be created for...
I'm trying to set the brightness of the monocolor option, but it doesn't seem to be working. I'm using the following command: ```bash ite8291r3-ctl monocolor --brightness 50 --name blue ite8291r3-ctl...
Hello. The plugin breaks the following behavior (See: [Table inside of list is rendered incorrectly #325](https://github.com/markdown-it/markdown-it/issues/325)): [Example from markdown-it page](https://markdown-it.github.io/#md3=%7B%22source%22%3A%22-%20list%20item%5Cn%20%20%20%20%5Cn%20%20%20%20%7C%20Col1%20%20%7C%20Col2%20%7C%5Cn%20%20%20%20%7C%20-----%20%7C%20----%20%7C%5Cn%20%20%20%20%7C%20Col1%20%20%7C%20Col2%20%7C%22%2C%22defaults%22%3A%7B%22html%22%3Afalse%2C%22xhtmlOut%22%3Afalse%2C%22breaks%22%3Afalse%2C%22langPrefix%22%3A%22language-%22%2C%22linkify%22%3Atrue%2C%22typographer%22%3Atrue%2C%22_highlight%22%3Atrue%2C%22_strict%22%3Afalse%2C%22_view%22%3A%22html%22%7D%7D) ```md - list item | Col1 | Col2 | |...
## Expected behavior and actual behavior I've seen that there are issues with `wontfix` tag already with a similar issue, but I have read them and I don't see how...
Hello, I'm creating some slides for my students about Git and I would love to use the images provided in this repository. I can't find any information about the license...
I've replaced all occurrences of `theme._vars` with `theme` in order to access theme variables directly. Fixes: #314 I've run tests and tested it locally, and it seems to work.
Using this plugin (version `1.2.3`) it gives me the following warning: ``` INFO - DeprecationWarning: Do not access Theme._vars, instead access the keys of Theme directly. File "/home/joapuiib/mkdocs/daw-ed/venv/lib64/python3.12/site-packages/mkdocs_static_i18n/reconfigure.py", line 157,...
I think a enhancement to editors using this plugin would be to be able to see the page content directly without entering a password while serving the site with `mkdocs...