An image  articles
| status: EVOLVING | began: 20230712 | updated: 20230721 |

Nerdy Notes


An image

This article is a test article to show the implementation of

Inline and centered: combining both:

Here is a codeblock:

When \(a \ne 0 \), there are two solutions to \(ax^2 + bx + c = 0\) and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$

Here are math formulas:

When \(a \ne 0 \), there are two solutions to \(ax^2 + bx + c = 0\) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$

Tables, can be seen here:

More mention of tables?

Syntax Description Test Text
Header Title Here's this
Paragraph Text And more

Code with highlights

    requires_authorization(roles=["ADMIN"])
    def somefunc(param1='', param2=0):
        r'''A docstring'''
      if param1 > param2: # interesting
          print 'Gre\'ater'
     return (param2 - param1 + 1 + 0b10l) or None

     class SomeClass:
       def __init__(self, name):
          self.name = name