Skip to content

ik5/partial-markup

Repository files navigation

partial-markup

GoDoc

A parser for partial markup text using Golang.

The current implementation is a Proof of concept for having markup text inside a normal text.

A partial markup looks as follows:

Hello <span>world</span>.

The parser at this stage aim to support a simple text that can have one or more markup structure. The structure can have one single property, and text inside, there's a need to support multiple properties per tag.

The structure of the markup does not support nested markup, and was not designed to support such structure.

The structure does not support a single tag closing itself (as in XML).

About

[WIP] A parser for partial markup text using Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published