Skip to content

Update Docusaurus to fix broken Markdown#4

Open
danielzgtg wants to merge 1 commit into
ohmjs:mainfrom
danielzgtg:chore/updateDocusaurus
Open

Update Docusaurus to fix broken Markdown#4
danielzgtg wants to merge 1 commit into
ohmjs:mainfrom
danielzgtg:chore/updateDocusaurus

Conversation

@danielzgtg
Copy link
Copy Markdown

@danielzgtg danielzgtg commented Mar 14, 2026

This fixes many broken things:

  • Most importantly, the Syntax Reference page no longer shows broken Markdown
  • Added syntax highlighting wherever missing
  • Fixed some headings not being in table of contents
  • Fixed broken anchors
    • There are a few false warnings left
  • Updated Docusaurus
  • Unorphaned or merged pages
  • Imported Docker page
  • Use a symlink relative path for viewing images locally

Fixes: ohmjs/ohm#475

Before

syntax reference markdown broken

After

syntax reference markdown worknig

I manually checking using a diff tool that the plaintext before and after is either identical or has better/fixed syntax. Minor changes include different Docusaurus padding, slightly different syntax highlighting colors, and some occurrences of "Ohm"/"🏠" disappearing.

@danielzgtg danielzgtg force-pushed the chore/updateDocusaurus branch 2 times, most recently from 54e93a9 to 3e83368 Compare March 14, 2026 04:21
This fixes many broken things:

* Most importantly, the Syntax Reference page no longer shows broken
  Markdown
* Added syntax highlighting wherever missing
* Fixed some headings not being in table of contents
* Fixed broken anchors
    * There are a few false warnings left
* Updated Docusaurus
* Unorphaned or merged pages
* Imported Docker page
* Use a symlink relative path for viewing images locally

Fixes: ohmjs/ohm#475
@danielzgtg danielzgtg force-pushed the chore/updateDocusaurus branch from 3e83368 to e49484c Compare March 14, 2026 04:32
danielzgtg added a commit to danielzgtg/ohm that referenced this pull request Mar 14, 2026
This updates the docs, including syntax updates and fixes, from
ohmjs/ohmjs.org#4 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Built-in Rules" section of syntax reference docs are incorrectly formatted

1 participant