Skip to content

Commit

Permalink
Merge pull request #1909 from arturo-lang/fix-module-page-documentation
Browse files Browse the repository at this point in the history
Fix module documentation pages
  • Loading branch information
drkameleon authored Feb 27, 2025
2 parents bf4dede + 2d4daca commit 246c42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/miniwebize/webize.art
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ postprocessAlerts: function [src][
rGfm: ./"gfm.rb"
githubMarkdown: function [src][
src >> "tmp.md"
ret: execute ~{:/usr/local/Cellar/ruby/3.3.5/bin/ruby |rGfm| tmp.md:}
ret: execute ~{:ruby |rGfm| tmp.md:}
delete "tmp.md"
ret: replace ret {/class="language-[^"]+"/} ""
ret: replace ret {<pre lang="red"><code>} {<pre class="language-arturo"><code class="language-arturo">}
Expand Down

0 comments on commit 246c42b

Please sign in to comment.