Skip to content

Commit

Permalink
v8
Browse files Browse the repository at this point in the history
  • Loading branch information
inimino committed Jun 18, 2024
1 parent e938c52 commit 80111f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ In addition to the block references feature using them, they are also used by th

### Markdown support

Markdown is now supported; each heading creates a block.
(If you have two headings, like "# big heading\n## sub-heading" then you'll get two blocks.)
The markdown blocks don't have any "code part", they are all NL and no PL, so most of the LLM features like "r" won't make sense to use with them.
It's just a quick way to move through markdown files and keep your code organized.
Markdown is now supported.
Each heading creates a block: if you have "# h1\n## h2" you'll get two blocks.
Markdown blocks don't have a "code part", they are all NL and no PL.

### Windows and build fixes

Expand Down

0 comments on commit 80111f6

Please sign in to comment.