fixed admonition inner markdown from HTML
This commit is contained in:
@@ -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" >}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user