Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muzimuzhi/hello-github-pages

my GitHub Pages playground
https://github.com/muzimuzhi/hello-github-pages

github-pages playground

Last synced: about 1 month ago
JSON representation

my GitHub Pages playground

Awesome Lists containing this project

README

        

# github-page-test

[UPPERCASE Title](#UPPERCASE-Title)
- [UPPERCASE Subtitle](#UPPERCASE-Subtitle)
- [lowercase subtitle](#lowercase-subtitle)

## UPPERCASE Title

### UPPERCASE Subtitle

### lowercase subtitle

## subsection

list
* item
* item
* item

[link](https://github.com)

*emphasis*

```tex
% beamerbasesection.sty, line 256:
\def\beamer@subsection[#1]#2{%
\beamer@savemode%
\mode%
% ...
}

$\{ w_i \}_ {i=1}^{k}$
```

```yaml
# https://github.com/mxschmitt/action-tmate
jobs:
build:
runs-on: ubuntu-latest
steps:
# Enable tmate debugging of manually-triggered workflows if the input option was provided
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
```