Geoffrey McGill
Geoffrey McGill
yes, correct. Only `H2` and `H3` headings will be used to generate the right sidebar table of contents. Only one H1 should exist on the page and that should be...
Related to #598 feature request.
Hi. Thanks for the report. Can you share exactly which device you are seeing this on? OS version could be helpful too. We will try and reproduce. I tried Safari...
Hi Andrew, Excellent questions, although Retype does not have exactly what you are looking for. With the Retype v3.0 release, we are introducing basic password protection functionality. You will be...
Hi @sergeykorobeynikov, Do you know what search engines do not support the `.xml.gz` format? As a work-around, you could manually unzip the `sitemap.xml.gz` file and add the `sitemap.xml` into the...
You can disable the default line numbering by using `!#3` instead of `#3`. See docs at https://retype.com/components/code-block/#with-no-line-numbers ~~~ ```ruby !#3 ... ``` ~~~ > More importantly, I would love to...
Agreed. We have plans to build in additional styling options. For now, you can override individual image instances using the following technique: ``` { style="border-radius: 8px;" } ``` Hope this...
We would need to setup a similar environment in order to test this scenario, but I can't say I've run into this issue previously. I see in your [`retype.yml`](https://github.com/JacobCrofts/retype-example/blob/main/retype.yml#L3) file...
> Is it possible to adapt the date format with locale please ? How are you outputing the date now? Can you provide an example?
Give the following a try: ``` {style="width:24px; height:24px"} ```