Skip to content

Rewrite Syntax #3

@AkiaCode

Description

@AkiaCode

1

a*{num}

ex)

  • a*3
<a></a>
<a></a>
<a></a>

2

1

html.{something}="{something}"
ex)

  • html.lang="ko-KR"
<html lang="ko-KR"></html>

2

html.lang="ko-KR",pmh="only"
ex)

  • html.{something}="{something}",{something}="{something}"
<html lang="ko-KR" pmh="only"></html>

3

Bye Bye. /{tag}

ex)

  • a
<a></a>

4

h1{ {something} }
ex)

  • h1{Hello word}
<h1>Hello world</h1>

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions