Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix code block indentation #326

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Fix code block indentation #326

merged 1 commit into from
Jul 11, 2023

Conversation

savq
Copy link
Contributor

@savq savq commented Jul 10, 2023

The code block has to be indented at the same level as the list elements, otherwise Documenter won't parse it correctly.

Screenshot 2023-07-10 at 16-31-36 Design Discussion · JuliaSyntax jl

The code block has to be indented at the same level as the list
elements, otherwise Documenter won't parse it correctly.
@codecov
Copy link

codecov bot commented Jul 10, 2023

Codecov Report

Merging #326 (fee4346) into main (3fe86d3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #326   +/-   ##
=======================================
  Coverage   96.55%   96.55%           
=======================================
  Files          14       14           
  Lines        4152     4152           
=======================================
  Hits         4009     4009           
  Misses        143      143           

@c42f c42f merged commit fc572f9 into JuliaLang:main Jul 11, 2023
31 checks passed
@c42f
Copy link
Member

c42f commented Jul 11, 2023

Sure, thanks!

@c42f c42f added the documentation Improvements or additions to documentation label Jul 11, 2023
c42f pushed a commit that referenced this pull request Aug 12, 2023
The code block has to be indented at the same level as the list
elements, otherwise Documenter won't parse it correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants