fralau / mkdocs-macros-plugin

Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
https://mkdocs-macros-plugin.readthedocs.io
Other
321 stars 50 forks source link

Add setter for raw_markdown to match functionality described in the docs #99

Closed sgilson closed 2 years ago

sgilson commented 2 years ago

Address #98

Adds a setter for the raw_markdown property. To prevent misuse, it first checks if the underlying _raw_markdown attribute is present similar to the getter.