Skip to content

Commit

Permalink
fix: Updated test
Browse files Browse the repository at this point in the history
BEGIN_COMMIT_OVERRIDE
refactor(renderer): More optimized renderer that redraws previews
only when necessary
refactor(parser): Improved various parsing logic
refactor(core): Various load time lags has been resolved
refactor(dynamic_highlights): Color merging is now done via `Lab`
instead of `RGB`
refactor(renderer_markdown): Better renderer for Tables
refactor(parser_inline): More link support for inline markdown
feat(core): Added typst support
refactor(parser_latex): Improve detection of inline & block equations
refactor(renderer_latex): Better latex rendering
refactor(spec)!: Complete redesign of the configuration table
feat(spec)!: Dynamic configuration support
refactor(parser_markdown): Added support for alternate code block styles
refactor: Added more icon support
refactor: Added more filetype support for code blocks
feat(renderer_markdown): Added diff support to code blocks
feat(spec): Added pattern based config support for various items
refactor(renderer_yaml): Improved the renderer for YAML properties
fix: Various QOL fixes
refactor(core): Complete overhaul to the `:Markview` command
refactor(extras)!: Completely changed how extra modules are used via
  • Loading branch information
OXY2DEV committed Jan 25, 2025
1 parent c88fafb commit 06f4c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ print("Hello world!");
console.log("Hello world!");
```

```typ
```typst
Hello _world!_
```

Expand Down

0 comments on commit 06f4c87

Please sign in to comment.