type github.com/yuin/goldmark/ast.String
12 uses
github.com/yuin/goldmark/ast (current package)
inline.go#L218: type String struct {
inline.go#L226: func (n *String) Inline() {
inline.go#L231: func (n *String) IsRaw() bool {
inline.go#L236: func (n *String) SetRaw(v bool) {
inline.go#L246: func (n *String) IsCode() bool {
inline.go#L251: func (n *String) SetCode(v bool) {
inline.go#L260: func (n *String) Text(source []byte) []byte {
inline.go#L265: func (n *String) Dump(source []byte, level int) {
inline.go#L277: func (n *String) Kind() NodeKind {
inline.go#L282: func NewString(v []byte) *String {
inline.go#L283: return &String{
github.com/yuin/goldmark/renderer/html
html.go#L630: n := node.(*ast.String)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |