Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Desktop
Commits
bddf12bd
Verified
Commit
bddf12bd
authored
1 year ago
by
Sebastian
Browse files
Options
Downloads
Patches
Plain Diff
Add a bit more HTML to blog preview
parent
d7ddad34
No related branches found
No related tags found
1 merge request
!365
Draft: Html markdown plaintext
Pipeline
#15403
passed
1 year ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/blog/BlogPostView.kt
+10
-0
10 additions, 0 deletions
...otlin/org/briarproject/briar/desktop/blog/BlogPostView.kt
with
10 additions
and
0 deletions
briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/blog/BlogPostView.kt
+
10
−
0
View file @
bddf12bd
...
...
@@ -95,6 +95,16 @@ fun main() = preview {
This is a html blog post.
It has <a href="https://web.archive.org">one author</a> and no comments.
</p>
<h2>Formatting</h2>
<p>
Hello World, here's some formatted text:
<b>bold</b>, <i>italic</i>, <u>underline</u>, <strike>strikethrough</strike>, <b><i><u>all three <strike>or four</strike></u></i></b>
</p>
<p>
This paragraph<br/>
contains a <a href="https://google.com">link to Google</a>
</p>
<blockquote>This is a block quote<br/>with multiple lines.</blockquote>
<h2>Lists and other stuff</h2>
<ul>
<li>Foo
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment