Lisa - Release Notes December 2023βοΈ
The year is ending and we're already in the last month of it. 2023 was amazing and we saw many ups and downs however our journey continues and for you and our contributors we have added a tons of new features!! Our vision is to make this documentation more and more useful and benifitial and to do so we will be taking every step and adding every feature we could to enable our enable our creators to make the best guides and tutorials.
Now let's dig into the preview of new features of this mega update!
Grid ElementsβοΈ
-
Easy To Learn
Learn roblox scripting with Blox Hub Documents in no time!
-
A Title
Focus on your game development with much more ease!
-
ε¨οΌζζ―δΈ½θ
ζεδ½ δΈζ ·ζ―δΈεζΈΈζεΌεθ γ
-
I love Blox Hub
Blox Hub is the best!
Code TipsβοΈ
Phasellus posuere in sem ut cursus (1)
Lorem ipsum dolor sit amet, (2) consectetur adipiscing elit. Nulla et euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor massa, nec semper lorem quam in massa.
- I'm a tip!
- I'm a tip as well!
FormattingβοΈ
Text can be deleted and replacement text added. This can also be
combined into onea single operation. Highlighting is also
possible and comments can be added inline.
Formatting can also be applied to blocks by putting the opening and closing tags on separate lines and adding new lines between the tags and the content.
- H2O
- ATA
Keyboard KeysβοΈ
Ctrl+Alt+Del
Code HighlightβοΈ
def bubble_sort(items):
for i in range(len(items)):
for j in range(len(items) - 1 - i):
if items[j] > items[j + 1]:
items[j], items[j + 1] = items[j + 1], items[j]
MathsβοΈ
The homomorphism \(f\) is injective if and only if its kernel is only the singleton set \(e_G\), because otherwise \(\exists a,b\in G\) with \(a\neq b\) such that \(f(a)=f(b)\).
Other updatesβοΈ
- Fixed several bugs.
- Anchor links.
- Fixed image rendering.