You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. literalinclude:: files/counteries.sld:language: xml
Markdown:
```xml
{% include "./files/countries.sld" %}
```
include directive markdown
Used to include rst content inline:
RichStructuredText
.. include:: /../../../../LICENSE.md:start-after: GeoServer is distributed under the GNU General Public License Version 2.0 license:
:end-before: For latest contact information of Open Source Geospatial Foundation see the website at
MarkDown:
{%
include-markdown "../../../../../LICENSE.md"
start="GeoServer is distributed under the GNU General Public License Version 2.0 license:"
end="For latest contact information of Open Source Geospatial Foundation see the website at"
dedent=true
%}
The text was updated successfully, but these errors were encountered:
GeoServer makes use of include and literalinclude directives, map these to mkdocs-include plugin use.
Although material-for-mkdocs recommends use of
snippets
the mkdocs-include plugin closely matches the sphinx-build functionality.Implementation notes:
docs
folder./
or../
to indicate a relative pathReference:
literal include directive mapping
Used to include code example:
RichStructuredText:
Markdown:
include directive markdown
Used to include rst content inline:
RichStructuredText
MarkDown:
The text was updated successfully, but these errors were encountered: