Fix list formatting
This commit is contained in:
parent
53895b6f65
commit
8ccdde5cb1
2 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,7 @@ def _get_content_from_file(file_name: str) -> str:
|
|||
|
||||
def render_tab(tab_name: str):
|
||||
file_name = _tab_to_content.get(tab_name, _error_page)
|
||||
ui.markdown(_get_content_from_file(file_name))
|
||||
ui.markdown(_get_content_from_file(file_name), extras=['cuddled-lists', 'fenced-code-blocks', 'tables'])
|
||||
|
||||
|
||||
def render_header() -> ui.tab_panels:
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
Software Developer, Developer Relations Manager, Lead Hardware Developer
|
||||
|
||||
December 2017 – Present. Responsibilities Include:
|
||||
|
||||
- Managing multiple projects and work from individual contributors, one-off contractors, and long-term contract workers
|
||||
- Working with management and developers to develop roadmaps, set timelines, and spec projects
|
||||
- Extensive Python programming
|
||||
|
@ -11,10 +12,12 @@ December 2017 – Present. Responsibilities Include:
|
|||
- Having a strong understanding of LLM technologies and model fine-tuning
|
||||
- Deploying and maintaining infrastructure with Kubernetes, XCP-ng, and various cloud providers
|
||||
- Kotlin for Android app development and Google Play Store publication
|
||||
|
||||
### Best Buy/Geek Squad
|
||||
Consultation Agent, Sales Associate
|
||||
|
||||
November 2015 - December 2017
|
||||
|
||||
- Experience with Windows and Mac system administration, troubleshooting, and repair
|
||||
|
||||
## Projects
|
||||
|
@ -28,6 +31,7 @@ November 2015 - December 2017
|
|||
- SQL
|
||||
- MongoDb
|
||||
- Kotlin
|
||||
|
||||
### Frameworks
|
||||
- Git and GitHub
|
||||
- FastAPI
|
||||
|
|
Loading…
Reference in a new issue