Results 6 comments of Megumi

Hi @manunamz, I fixed this on my site by switching to Commonmark instead of Kramdown. Here's a [Demo table with wikilink](https://garden.megu.space/note-formatting.html#github-flavored-markdown) How to switch to Commonmark: - [_config.yml](https://github.com/meewgumi/digital-garden-apache-template/blob/main/_config.yml) for commonmark...

Hi @xplosionmind, I switched to Commonmark and it's working for me. Hope this helps: - [Demo site](https://garden.megu.space/) - [_config.yml](https://github.com/meewgumi/digital-garden-apache-template/blob/main/_config.yml) for commonmark options - [Gemfile](https://github.com/meewgumi/digital-garden-apache-template/blob/main/Gemfile) add `gem 'jekyll-commonmark-ghpages'` I used the...

@maximevaillancourt I like Commonmark for most cases, but I found one interesting drawback: You can no longer use `{: .internal-link}` notation to add classes or IDs. It looks like this...

Never mind! I didn't understand the difference between `site.baseurl` and `site.url`. Looks like `baseurl` should be the subdirectory and `url` is the apex domain or subdomain. Everything makes sense now!

Hi @maximevaillancourt, maybe I spoke too soon—after experimenting more with an [ssh subdirectory setup](https://github.com/meewgumi/garden-dreamhost-subdirectory-test) deploying to Dreamhost, I don't think that `baseurl` does anything for link generation. I can use...

Thanks @maximevaillancourt for re-opening this! Small correction to my writeup above: *relative paths, not absolute paths. Tinkering around more, I'm going to add category pages to my root directory and...