mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add markdown escaping to find some missing parts
This commit is contained in:
parent
9bf56d9f64
commit
34a4bc7f66
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ println(
|
|||
<i style="font-size: 15px;" class="icon-notebook"></i> Create new note</a></h5>
|
||||
<ul style="list-style-type: none;">
|
||||
<li ng-repeat="note in home.notes.list track by $index"><i style="font-size: 10px;" class="icon-doc"></i>
|
||||
<a style="text-decoration: none;" href="#/notebook/{{note.id}}">{{noteName(note)}}</a>
|
||||
<a style="text-decoration: none;" href="#/notebook/{{"{{note.id"}}}}>{{"{{noteName(note)"}}}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue