CodeblockContext method renames

Fixes #9577
This commit is contained in:
Bjørn Erik Pedersen
2022-02-27 13:31:55 +01:00
parent e1f696911e
commit f7109771a0
7 changed files with 14 additions and 14 deletions

View File

@@ -40,8 +40,8 @@ type CodeblockContext interface {
AttributesProvider
text.Positioner
Options() map[string]interface{}
Lang() string
Code() string
Type() string
Inner() string
Ordinal() int
Page() interface{}
}