0.7.8
Updated crossnote to version 0.8.14
New features
- (Beta) Added the bitfield diagram support. Supported both
bitfield
andbit-field
code fences. #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.