fixed admonition inner markdown from HTML

This commit is contained in:
Bastian de Byl
2019-12-12 12:38:38 -05:00
parent 7f347f63fe
commit a34c181d08
3 changed files with 18 additions and 20 deletions

View File

@@ -95,20 +95,15 @@ For an STM32F0 project, the context of the `.clang_complete` file would be:
<sub>The above assumes that `libopencm3` is also places within the project
directory</sub>
## Example
{{% admonition warning Note %}}
There is a strange issue that is encountered with non-working completion for new
header include statements.
<br/>
<br/>
The workaround for this includes running <code>M-x irony-server-kill</code>
after new header additions to your current working file. Irony's server is
clever enough to restart itself after a completion request is triggered via
<code>TAB</code> so this is a fairly uninvolved workaround.
header include statements. The workaround for this includes running `M-x irony-server-kill`after new header
additions to your current working file. Irony's server is clever enough to
restart itself after a completion request is triggered via `TAB` so this is a
fairly uninvolved workaround.
{{% /admonition %}}
## Example
{{< img src="/static/img/emacs-clang-libopencm3/completion.png"
sub="Completion" >}}