Releases: shd101wyy/crossnote
Releases · shd101wyy/crossnote
0.8.16
New features
- Added
head.html
config file to allow you to include custom HTML in the<head>
of the preview.
This could be useful for adding custom CSS or JavaScript to the preview.
Bug fixes
- Fixed the
none.css
preview theme bug shd101wyy/vscode-markdown-preview-enhanced#1778. - Fixed the bug of copying texts in preview shd101wyy/vscode-markdown-preview-enhanced#1775.
- Added
<code>
in<pre>
while rendering code blocks in preview.
0.8.15
New features
- Added the
includeInHeader
option, which allows you to include custom HTML in the<head>
of the preview.
This could be useful for adding custom CSS or JavaScript to the preview.
Bug fixes
- Fixed the bug of missing the backlinks on the
vue.css
theme. - Fixed the back to top button. shd101wyy/vscode-markdown-preview-enhanced#1769
0.8.14
New features
- (Beta) Added the bitfield diagram support. Supported both
bitfield
andbit-field
code fences. shd101wyy/vscode-markdown-preview-enhanced#1749```bitfield {vspace=100} [ {name: 'IPO', bits: 8}, { bits: 7}, {name: 'BRK', bits: 5, type: 4}, {name: 'CPK', bits: 1}, {name: 'Clear', bits: 3, type: 5}, { bits: 8} ] ```
Bug fixes
- Fixed the
vue.css
theme bug that caused the missing scroll bar in the preview. Also fixed a context menu bug for selecting thevue.css
theme.