nichijou/content/blog/2022-07-12_switching_to_markdown.md

12 lines
408 B
Markdown
Raw Normal View History

2024-05-12 09:01:12 -04:00
---
title: Switching to Markdown
date: 2022-07-12T23:59:00+02:00
slug: switching-to-markdown
---
Sphinx supports Markdown through `myst-parser` as documented
[here](https://www.sphinx-doc.org/en/master/usage/markdown.html). This is nice
because most of the time I am writing Markdown especially on GitLab, I don't
have a hard dependency on RestructuredText itself meaning I can safely just
make the switch.