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
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
| a | b |
| ---- | ---- |
| this #tag works | ... |
| but not this #tag | multi<br>line |
| </hack> | |
| but this #tag again because of hack | |
| and a #tag on line with br also fails | multi<br>line |
Okay I understand better the problem, as it parse in the same line, it will think that it is in code blocks because of the …
I really don't know how I can :
Allow #tags
prevent <#tags>
preventing any tags in code blocks in general (like # are used in comments in many langage)
I have many difficulties with python to do that to be honest…
okay so maybe this plugin is not that, i'm searching for.
the functionality to just handle the obsidian tags in material for mkdocs is much less than this plugin here.
so i started with a different plugin as base: ndy2/mkdocs-obsidian-support-plugin#6
like u can see, there are just some productive lines.
however, thanks for the idea, resulted by this plugin here.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/blob/73c64c9417680ecb166598bd717d09f360f05a77/custom_attributes/plugin.py#L124
Obsidian uses just
<br>
by default without end tag for line breaks in tables, which matches the markdown rules.Also
</br>
doesn't work.The text was updated successfully, but these errors were encountered: