mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
highlight.js library added to highlight programming code examples in article view
This commit is contained in:
parent
5594d7d054
commit
9f8541ef2a
9 changed files with 448 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{% extends "layout.twig" %}
|
||||
{% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %}
|
||||
{% block content %}
|
||||
{% include '_highlight.twig' %}
|
||||
{% include '_pocheit-form.twig' %}
|
||||
<div id="article_toolbar">
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue