Skip to content

1.1.4 - Code Fence Update

Compare
Choose a tag to compare
@bennyxguo bennyxguo released this 27 Dec 02:50
· 64 commits to main since this release

New Diamonds πŸ’Ž

  • Customized the code fences in editor view.
  • Adding language display for view code fences.
  • Different color for heading β€œ#” in editing mode.

Improvements ⚑️

  • Making tags goes with header font size when used on headers.
  • Using border instead of positioning to make header underline. This will improve the stability of the underline rendering.

Fixes πŸ”§

  • Font size increased will cause inline code’s formatting changes on active. (Would like it to stay stationary in editor mode.)
  • Header highlight lines changed to use border instead for increase compatibility. (#15)
  • Fixed Keystroke tags (<kbd>) are not rendered. (#18)
  • Indent on first line of code block (#20)