Skip to content

Commit

Permalink
doc(next): remove emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Nov 27, 2024
1 parent bb38d13 commit 8344151
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions next/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,14 @@
html_theme = 'alabaster'
html_static_path = ['_static']

# -- Options for LaTeX output ------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-latex-output
latex_engine = 'xelatex'
latex_elements = {
'preamble': r'''
\usepackage{xeCJK}
''',
}

# -- Options for myst_parser -------------------------------------------------
myst_heading_anchors = 3
2 changes: 1 addition & 1 deletion next/language/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ Output:
```moonbit
let a : Char = 'A'
let b = '\x41'
let c = '🐰'
let c = ''
let zero = '\u{30}'
let zero = '\u0030'
```
Expand Down

0 comments on commit 8344151

Please sign in to comment.