Skip to content

December 2023 Update

Avatar 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!

    Getting started

  • A Title


    Focus on your game development with much more ease!

    Sample Button

  • ε—¨οΌŒζˆ‘ζ˜―δΈ½θŽŽ


    ζˆ‘ε’Œδ½ δΈ€ζ ·ζ˜―δΈ€εζΈΈζˆεΌ€ε‘θ€…γ€‚

    Sample Button

  • I love Blox Hub


    Blox Hub is the best!

    Sample Button

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.

  1. πŸ™‹β€β™‚οΈ I'm a tip!
  2. πŸ™‹β€β™€οΈ 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βš“οΈŽ

\[ \operatorname{ker} f=\{g\in G:f(g)=e_{H}\}{\mbox{.}} \]

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.